* napisana man stranica za update-monit.d(8)
* migracija na novi oblik alerting pravila, but not on { instance } umjesto
rucnog navodjenja svih pravila za alerting
+ * koristenje telinit umjesto kill -HUP 1
-- Dinko Korunic <kreator@carnet.hr> Wed, 27 Apr 2011 19:01:48 +0200
# reload init, since we have new configuration
echo "CN: (Re)starting monit service, please check /var/log/daemon.log"
pkill -9 -f '/usr/sbin/monit$' || true
-kill -HUP 1
+telinit q
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
pkill -9 -f /usr/sbin/monit || true
# reload init
-kill -SIGHUP 1
+telinit q
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.