homekit/systemd/temphumd.service
2023-06-10 23:02:34 +03:00

11 lines
220 B
Desktop File

[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