aboutsummaryrefslogtreecommitdiff
path: root/systemd/temphumd@.service
blob: d1c840d3bb31b3a8a3172c6a25993c467e85af47 (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-%i.toml

[Install]
WantedBy=multi-user.target