mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
simplify poller-service.conf
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user