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:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user