diff --git a/conf/init-script b/conf/init-script index 2d9833d..6e9157f 100644 --- a/conf/init-script +++ b/conf/init-script @@ -98,19 +98,19 @@ do_stop() return "$RETVAL" } -# -# Function that sends a SIGHUP to the daemon/service -# -do_reload() { - # - # If the daemon can reload its configuration without - # restarting (for example, when it is sent a SIGHUP), - # then implement that here. - # - start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE \ - --name $NAME - return 0 -} +# # +# # Function that sends a SIGHUP to the daemon/service +# # +# do_reload() { +# # +# # If the daemon can reload its configuration without +# # restarting (for example, when it is sent a SIGHUP), +# # then implement that here. +# # +# start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE \ +# --name $NAME +# return 0 +# } case "$1" in start)