packages: net/freeswitch: restore logging to syslog instead of file on /tmp/freeswitch at nico's request

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20896 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-04-16 00:45:05 +00:00
parent 20eb4f6c95
commit f23f758ccb

View File

@ -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() {