Files
aqhomecontrol/etc/aqhome-nodes.service
2025-05-10 15:17:57 +02:00

17 lines
385 B
Desktop File

[Unit]
Description=AqHome Nodes Service
DefaultDependencies=no
Wants=aqhome-data.service
StartLimitIntervalSec=60
StartLimitBurst=5
[Service]
Type=exec
RemainAfterExit=no
ExecStart=/usr/local/sbin/aqhome-nodes -N -p /var/run/aqhome-nodes.pid -db /var/lib/aqhome-nodes/aqhome-nodes.db -l /var/log/aqhome-nodes.log
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target