blob: 1da96171be8ca6baa26cff3c8b121d5c1015ee49 (
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/temphumd.toml
[Install]
WantedBy=multi-user.target
|