forked from Mirrors/freeswitch
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:
parent
e51eda5876
commit
80922afddc
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue