Index: schoolbell.init =================================================================== --- schoolbell.init (revision 3321) +++ schoolbell.init (working copy) @@ -41,7 +41,7 @@ stop) echo -n "Stopping $DESC: $NAME" start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE \ - --name $PNAME + --name $PNAME --retry 30 echo "." ;; restart|force-reload) @@ -54,7 +54,7 @@ echo -n "Restarting $DESC: $NAME" start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE \ - --name $PNAME + --name $PNAME --retry 30 start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE \ --chuid $package --startas $DAEMON -- -d >/dev/null echo "."