aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-24 22:06:37 +0000
committermattf <mattf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-24 22:06:37 +0000
commit5320ca1dc7797847523c9ff3da9091c34f0d6db0 (patch)
tree273ec463d1b9f81b036cc1fff9be785f2b46564a /contrib
parent272d633c3c6fc36253021e700b4a454a4e14d52f (diff)
Make sure safe_asterisk retains previous script defaults
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8587 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/safe_asterisk4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/scripts/safe_asterisk b/contrib/scripts/safe_asterisk
index f40296993..994d2b9fe 100644
--- a/contrib/scripts/safe_asterisk
+++ b/contrib/scripts/safe_asterisk
@@ -7,7 +7,7 @@ CONSOLE=yes # Whether or not you want a console
#NOTIFY=ben@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 @@ ASTSBINDIR=__ASTERISK_SBIN_DIR__
KILLALLMPG123=1
# run asterisk with this priority
-PRIORITY=-19
+PRIORITY=0
# set system filemax on supported OSes if this variable is set
# SYSMAXFILES=262144