X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Fpazpar2.init;fp=debian%2Fpazpar2.init;h=73f0b054d2ebc2dbe23c56c2f18f0a0e2b5d77bd;hb=e9b634358fec25ebdeeee0461705469d01c82c77;hp=bd51473291574d17dcb45d8c1e009bdf9b7023c2;hpb=9d2bcc51082989092b95972d7b1c1891bd19d799;p=pazpar2-moved-to-github.git diff --git a/debian/pazpar2.init b/debian/pazpar2.init index bd51473..73f0b05 100644 --- a/debian/pazpar2.init +++ b/debian/pazpar2.init @@ -71,8 +71,8 @@ do_stop() # that waits for the process to drop all resources that could be # needed by services started subsequently. A last resort is to # sleep for some time. - start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON - [ "$?" = 2 ] && return 2 + #start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON + #[ "$?" = 2 ] && return 2 # Many daemons don't delete their pidfiles when they exit. rm -f $PIDFILE return "$RETVAL"