Init script fixups

This commit is contained in:
DanB
2014-01-14 10:09:22 +01:00
parent 9feadce362
commit 49ab537be8
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# start CGRateS init.d script?
# starts with "true"
ENABLE=true
ENABLE=false
# Start with specific user/group
#USER=cgrates

View File

@@ -72,7 +72,7 @@ do_stop()
# 1 if daemon was already stopped
# 2 if daemon could not be stopped
# other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE
RETVAL="$?"
[ "$RETVAL" = 2 ] && return 2
# Wait for children to finish too if this is a daemon that forks