add systemd file for aqhome-data.
This commit is contained in:
12
etc/aqhome-data.service
Normal file
12
etc/aqhome-data.service
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=AqHome Broker
|
||||||
|
DefaultDependencies=no
|
||||||
|
Wants=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=exec
|
||||||
|
RemainAfterExit=no
|
||||||
|
ExecStart=/usr/local/sbin/aqhome-data -l /var/log/aqhome.log --datafolder=/var/cache/aqhome-data -p /var/run/aqhome-data.pid
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user