11 lines
220 B
Desktop File
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
|