simplify poller-service.conf

This commit is contained in:
Clint Armstrong
2015-07-23 14:48:08 -04:00
parent 6f0969c151
commit 507e4baa95

View File

@ -12,15 +12,6 @@ stop on runlevel [016]
# Automatically restart process if crashed
respawn
# Essentially lets upstart know the process will detach itself to the background
#expect fork
# # Run before process
# pre-start script
# [ -d /var/run/myservice ] || mkdir -p /var/run/myservice
# echo "Put bash code here"
# end script
chdir /opt/librenms
setuid librenms
setgid librenms