Hi,
Fedora 10 uses Upstart, here is Monit upstart script which works in
Ubuntu (stored as /etc/event.d/monit):
--8<--
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5
stop on runlevel 0
stop on runlevel 6
exec /bin/bash -c "ulimit -c unlimited && /usr/local/bin/monit -Ic /
etc/monitrc"
instance
respawn
--8<--
To start monit using upstart:
start monit
Martin
On Jun 10, 2009, at 6:39 PM, Nick Upson wrote:
in fedora core 10, adding lines to /etc/inittab is no longer
effective, you can add them but they do nothing.
Is there a recommended startup script to use instead
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general