homekit/systemd/temphumd@.service
2022-04-29 17:18:28 +03:00

11 lines
223 B
Desktop File

[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