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:
parent
20eb4f6c95
commit
f23f758ccb
@ -14,7 +14,7 @@ start() {
|
|||||||
[ -f $DEFAULT ] && . $DEFAULT
|
[ -f $DEFAULT ] && . $DEFAULT
|
||||||
mkdir -p $FS_DIR_DB
|
mkdir -p $FS_DIR_DB
|
||||||
mkdir -p $FS_DIR_LOG
|
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user