blob: eb7459982601e21986b94d506596f13bd4e197b1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=temperature and humidity daemon
After=network-online.target
[Service]
Restart=on-failure
ExecStart=/home/user/homekit/src/temphumd.py --config /etc/%i.toml
[Install]
WantedBy=multi-user.target
|