summaryrefslogtreecommitdiff
path: root/systemd/temphumd.service
blob: dd5ec55bd145797f12b1da9317da84f003005fb5 (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.toml

[Install]
WantedBy=multi-user.target