mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
16 lines
289 B
Desktop File
16 lines
289 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|