packages: net/freeswitch: restore logging to syslog instead of file on /tmp/freeswitc...
[openwrt/svn-archive/archive.git] / net / freeswitch / files / freeswitch.init
index 6c26d20a858bd2677810096ff8ae135225a3dbc6..78f9cb915c868b1a2e59772efd0288fb21602d2d 100644 (file)
@@ -14,7 +14,7 @@ start() {
        [ -f $DEFAULT ] && . $DEFAULT
        mkdir -p $FS_DIR_DB
        mkdir -p $FS_DIR_LOG
        [ -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() {
 }
 
 stop() {