Skel of kamailio session manager

This commit is contained in:
DanB
2014-12-19 18:55:01 +01:00
parent 48890e7486
commit bcb7848c5b
10 changed files with 190 additions and 14 deletions

View File

@@ -64,9 +64,7 @@ do_start()
# 0 if daemon has been started
# 1 if daemon was already running
# 2 if daemon could not be started
echo "\n"
echo "### Started at:" `date`>>$STACKTRACE
echo "\n"
echo "\n### Started at:" `date`>>$STACKTRACE
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test\
|| return 1
start-stop-daemon --start --quiet --chuid $USER:$GROUP --make-pidfile --pidfile $PIDFILE --background\