remove unused stuff
This commit is contained in:
parent
7c23e0bc6c
commit
ee0f239133
17
debian/init.d
vendored
17
debian/init.d
vendored
|
@ -43,24 +43,7 @@ case "$1" in
|
||||||
--exec $DAEMON
|
--exec $DAEMON
|
||||||
echo "$NAME."
|
echo "$NAME."
|
||||||
;;
|
;;
|
||||||
#reload)
|
|
||||||
#
|
|
||||||
# If the daemon can reload its config files on the fly
|
|
||||||
# for example by sending it SIGHUP, do it here.
|
|
||||||
#
|
|
||||||
# If the daemon responds to changes in its config file
|
|
||||||
# directly anyway, make this a do-nothing entry.
|
|
||||||
#
|
|
||||||
# echo "Reloading $DESC configuration files."
|
|
||||||
# start-stop-daemon --stop --signal 1 --quiet --pidfile \
|
|
||||||
# /var/run/$NAME.pid --exec $DAEMON
|
|
||||||
#;;
|
|
||||||
restart|force-reload)
|
restart|force-reload)
|
||||||
#
|
|
||||||
# If the "reload" option is implemented, move the "force-reload"
|
|
||||||
# option to the "reload" entry above. If not, "force-reload" is
|
|
||||||
# just the same as "restart".
|
|
||||||
#
|
|
||||||
echo -n "Restarting $DESC: "
|
echo -n "Restarting $DESC: "
|
||||||
start-stop-daemon --stop --quiet --pidfile \
|
start-stop-daemon --stop --quiet --pidfile \
|
||||||
/var/run/$NAME.pid --exec $DAEMON
|
/var/run/$NAME.pid --exec $DAEMON
|
||||||
|
|
Loading…
Reference in a new issue