projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb29aa
)
Make sure safe_asterisk retains previous script defaults
author
Matthew Fredrickson
<creslin@digium.com>
Tue, 24 Jan 2006 22:06:37 +0000
(22:06 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Tue, 24 Jan 2006 22:06:37 +0000
(22:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8587
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
contrib/scripts/safe_asterisk
patch
|
blob
|
history
diff --git
a/contrib/scripts/safe_asterisk
b/contrib/scripts/safe_asterisk
index
f402969
..
994d2b9
100644
(file)
--- 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