X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Ffreeswitch%2Ffiles%2Ffreeswitch.init;h=78f9cb915c868b1a2e59772efd0288fb21602d2d;hp=6c26d20a858bd2677810096ff8ae135225a3dbc6;hb=4a02768164e186c59e26c2eeb4b116dbedaafaa8;hpb=dcd56941258aa8c2f5ede9dc947982b5ed0c13d7 diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index 6c26d20a85..78f9cb915c 100644 --- a/net/freeswitch/files/freeswitch.init +++ b/net/freeswitch/files/freeswitch.init @@ -14,7 +14,7 @@ start() { [ -f $DEFAULT ] && . $DEFAULT mkdir -p $FS_DIR_DB mkdir -p $FS_DIR_LOG - { $FS_DIR/usr/bin/freeswitch $OPTIONS -c >$FS_DIR_LOG/console.log ; } & + $FS_DIR/usr/bin/freeswitch $OPTIONS -c & } stop() {