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:
parent
8e960fb91e
commit
f46c6c8073
1 changed files with 13 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue