mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add systemd watchdog service * Add systemd watchdog service * Add systemd watchdog service - add try * Add systemd watchdog service - add try * Add systemd watchdog service - add try * Add systemd watchdog service - add try * Add systemd watchdog service - add try * Add systemd watchdog service - update docs for python3-systemd * systemd-watchdog - move to 10 second alert frequency * systemd-watchdog - move to 10 second alert frequency * systemd-watchdog - move to 30 second restart, 10 second delay between restarts * systemd-watchdog - safely integrate changes * systemd-watchdog - safely integrate changes * systemd-watchdog - revert old doc changes * systemd-watchdog - doc typo fix
17 lines
304 B
Desktop File
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
|