diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index 78f9cb915..11950568d 100644 --- a/net/freeswitch/files/freeswitch.init +++ b/net/freeswitch/files/freeswitch.init @@ -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 & }