aboutsummaryrefslogtreecommitdiff
path: root/systemd/temphum_node@.service
blob: 38bf7d0a15435ac5c83baf9d2979264b7d93eaa7 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=temperature and humidity sensor node
After=network-online.target

[Service]
Restart=on-failure
ExecStart=/home/user/homekit/src/temphum_native_node.py --config /etc/temphum-node-%i.toml

[Install]
WantedBy=multi-user.target