fix init script for debian

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15409 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-11-10 16:26:11 +00:00
parent e51eda5876
commit 80922afddc
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ do_reload() {
# restarting (for example, when it is sent a SIGHUP),
# then implement that here.
#
start-stop-daemon -C $USER --stop --signal 1 --quiet --pidfile $PIDFILE --name $NAME
start-stop-daemon -c $USER --stop --signal 1 --quiet --pidfile $PIDFILE --name $NAME
return 0
}