blob: 7b1b11ecff7fdb6db77205892913d68b1a029073 (
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/bin/temphumd.py --config /etc/temphumd-%i.toml
[Install]
WantedBy=multi-user.target
|