net/freeswitch: Set stacksize for freeswitch using ulimit in init script
authorDaniel Dickinson <crazycshore@gmail.com>
Tue, 15 Jun 2010 22:20:49 +0000 (22:20 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Tue, 15 Jun 2010 22:20:49 +0000 (22:20 +0000)
SVN-Revision: 21811

net/freeswitch/files/freeswitch.init

index 78f9cb915c868b1a2e59772efd0288fb21602d2d..11950568d060cfc7dbad20157692b0e1f6787c37 100644 (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 &
 }