X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=f43d9335c90f4c5fa709d86e9b08b579db4ac713;hb=refs%2Ftags%2Fv4.10.1.4;hp=0c25939891f8b1e3cd2630fdf803ded6a408904b;hpb=8711203830010a8f219d31e74dca510c543b409e;p=monit-cn.git diff --git a/debian/postinst b/debian/postinst index 0c25939..f43d933 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,5 @@ #!/bin/sh -# postinst script for bind9-cn +# postinst script for monit-cn # # see: dh_installdeb(1) @@ -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 -HUP 1 +/bin/kill -HUP 1 # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.