1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

comment dead code in init script

This commit is contained in:
Julien Malik 2014-03-24 17:32:40 +01:00
parent 8e960fb91e
commit f46c6c8073

View file

@ -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)