net/freeswitch: Change -upstream-defaults and -minimal to use mod_syslog instead...
[openwrt/svn-archive/archive.git] / net / freeswitch / files / freeswitch.init
index a155724dacf32d14087475cc0cfb0ac0a7920f83..8637556aa58cb5d12771786cc161126d9760d6d8 100644 (file)
@@ -15,7 +15,7 @@ start() {
        mkdir -p $FS_DIR_DB
        mkdir -p $FS_DIR_LOG
        ulimit -s 240
-       $FS_DIR/usr/bin/freeswitch $OPTIONS -c &
+       $FS_DIR/usr/bin/freeswitch $OPTIONS -nc
 }
 
 stop() {
@@ -35,3 +35,4 @@ restart() {
        sleep 10
        start
 }
+