net/freeswitch: Set stacksize for freeswitch using ulimit in init script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21811 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
05bfd06e18
commit
c653f79180
@ -14,6 +14,7 @@ start() {
|
||||
[ -f $DEFAULT ] && . $DEFAULT
|
||||
mkdir -p $FS_DIR_DB
|
||||
mkdir -p $FS_DIR_LOG
|
||||
ulimit -s 240
|
||||
$FS_DIR/usr/bin/freeswitch $OPTIONS -c &
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user