librenms/poller-service.conf
2015-08-25 11:35:25 -04:00

21 lines
422 B
Plaintext

# poller-service - SNMP polling service for LibreNMS
description "SNMP polling service for LibreNMS"
author "Clint Armstrong <clint@clintarmstrong.net>"
# When to start the service
start on runlevel [2345]
# When to stop the service
stop on runlevel [016]
# Automatically restart process if crashed
respawn
chdir /opt/librenms
setuid librenms
setgid librenms
# Start the process
exec /opt/librenms/poller-service.py