[svn-commits] trunk - r8587 /trunk/contrib/scripts/safe_asterisk

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jan 24 15:06:38 MST 2006


Author: mattf
Date: Tue Jan 24 16:06:37 2006
New Revision: 8587

URL: http://svn.digium.com/view/asterisk?rev=8587&view=rev
Log:
Make sure safe_asterisk retains previous script defaults

Modified:
    trunk/contrib/scripts/safe_asterisk

Modified: trunk/contrib/scripts/safe_asterisk
URL: http://svn.digium.com/view/asterisk/trunk/contrib/scripts/safe_asterisk?rev=8587&r1=8586&r2=8587&view=diff
==============================================================================
--- trunk/contrib/scripts/safe_asterisk (original)
+++ trunk/contrib/scripts/safe_asterisk Tue Jan 24 16:06:37 2006
@@ -7,7 +7,7 @@
 #NOTIFY=ben at alkaloid.net	# Who to notify about crashes
 MACHINE=`hostname`			# To specify which machine has crashed when getting the mail
 DUMPDROP=/tmp
-SLEEPSECS=5
+SLEEPSECS=4
 ASTSBINDIR=__ASTERISK_SBIN_DIR__
 
 # comment this line out to have this script _not_ kill all mpg123 processes when
@@ -15,7 +15,7 @@
 KILLALLMPG123=1
 
 # run asterisk with this priority
-PRIORITY=-19
+PRIORITY=0
 
 # set system filemax on supported OSes if this variable is set
 # SYSMAXFILES=262144



More information about the svn-commits mailing list