systemd: add variable version of temphumd service
This commit is contained in:
parent
e93ebaad0a
commit
a337f00ab1
10
systemd/temphumd@.service
Normal file
10
systemd/temphumd@.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=temperature and humidity daemon
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
ExecStart=/home/user/homekit/src/temphumd.py --config /etc/%i.toml
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user