mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
44cd86d24e
Move poller-service init scripts into to scripts directory and update the documentation.
15 lines
251 B
Desktop File
15 lines
251 B
Desktop File
[Unit]
|
|
Description=LibreNMS SNMP Poller Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/opt/librenms/poller-service.py
|
|
WorkingDirectory=/opt/librenms
|
|
User=librenms
|
|
Group=librenms
|
|
RestartSec=2
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|