added systemd service files. added conf example file.

This commit is contained in:
Martin Preuss
2023-10-06 12:37:19 +02:00
parent 7f1c66cbe6
commit 7fb4e8b577
6 changed files with 29 additions and 14 deletions

12
etc/aqhome-nodes.service Normal file
View 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