From 3bc55ce40e846eff867d7ed2c025cfa2c118f1ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 21 Sep 2007 06:24:55 +0000 Subject: [PATCH] - more options Changed files: callweaver.sysconfig -> 1.3 --- callweaver.sysconfig | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/callweaver.sysconfig b/callweaver.sysconfig index d96978b..2baf539 100644 --- a/callweaver.sysconfig +++ b/callweaver.sysconfig @@ -4,7 +4,7 @@ SERVICE_RUN_NICE_LEVEL="0" # yes causes callweaver to be run through safe script which will restart -# callweaver on crash +# callweaver on crash and store core dumps for further inspection # CALLWEAVER_SAFE=yes # realtime operation @@ -12,3 +12,21 @@ CALLWEAVER_REALTIME=yes # additional options # CALLWEAVER_OPT= + +# yes causes callweaver to be run through safe script which will restart +# callweaver on crash +# CALLWEAVER_SAFE=yes + + +# when using CALLWEAVER_SAFE=yes you can also use options below: + +# run callweaver console on tty X (for constant monitoring etc) +# CALLWEAVER_TTY=9 + +# open console on TTY specified? +# CALLWEAVER_CONSOLE=yes + +# notify someone when callweaver dies +# CALLWEAVER_NOTIFY=root@localhost + + -- 2.43.0