net/freeswitch: Change -upstream-defaults and -minimal to use mod_syslog instead of mod_console for logging, and start in daemon mode not foreground

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21965 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore
2010-06-27 13:36:27 +00:00
parent 79fe47a70b
commit 542b16f10f
2 changed files with 6 additions and 3 deletions

View 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
}