Sha256: 7719da0bc8a3c793cf5da3eb1b1925e2ee82c053e7599c1d955684edcdf6b160
Contents?: true
Size: 697 Bytes
Versions: 21
Compression:
Stored size: 697 Bytes
Contents
# Based on: https://mmonit.com/wiki/Monit/Upstart # # This is an upstart script to keep monit running. # To install disable the old way of doing things: # # /etc/init.d/monit stop && update-rc.d -f monit remove # # then put this script here: # # /etc/init/monit.conf # # and reload upstart configuration: # # initctl reload-configuration # # You can manually start and stop monit like this: # # start monit # stop monit # description "Monit service manager" limit core unlimited unlimited start on runlevel [2345] stop on starting rc RUNLEVEL=[016] expect daemon respawn exec /usr/bin/monit -c /etc/monitrc pre-stop exec /usr/bin/monit -c /etc/monitrc quit
Version data entries
21 entries across 21 versions & 1 rubygems