LibreNMS/misc/librenms-watchdog.service

17 lines
304 B
Desktop File

[Unit]
Description=LibreNMS SNMP Poller Service
After=network.target
[Service]
ExecStart=/opt/librenms/librenms-service.py -v
ExecReload=/bin/kill -HUP $MAINPID
WorkingDirectory=/opt/librenms
User=librenms
Group=librenms
RestartSec=10
Restart=always
WatchdogSec=30
[Install]
WantedBy=multi-user.target