added systemd service files. added conf example file.
This commit is contained in:
12
etc/aqhome-nodes.service
Normal file
12
etc/aqhome-nodes.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=AqHome Nodes Service
|
||||
DefaultDependencies=no
|
||||
Wants=aqhome-data.service
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
RemainAfterExit=no
|
||||
ExecStart=/usr/local/bin/aqhome-nodes -p /var/run/aqhome-nodes.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user