X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=019d806ec6ba5a0952904c0205db970c8458defe;hb=7ca84e0f417a8e4da0601a656e4bd76f6a5ac822;hp=f9d94b3e4a76a0b4ea6ca77bccce92c4f0e361c1;hpb=44b665ec0d85762381c370f58d991292e118f99e;p=monit-cn.git diff --git a/debian/postinst b/debian/postinst index f9d94b3..019d806 100755 --- a/debian/postinst +++ b/debian/postinst @@ -116,7 +116,7 @@ fi # 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 -SIGHUP 1 +/bin/kill -HUP 1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.