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:
cshore 2010-06-15 22:20:49 +00:00
parent 05bfd06e18
commit c653f79180

View File

@ -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 &
}