# callweaver startup configuration file

# Try to define nice-level for running callweaver
SERVICE_RUN_NICE_LEVEL="0"

# yes causes callweaver to be run through safe script which will restart
# callweaver on crash and store core dumps for further inspection
# CALLWEAVER_SAFE=yes

# realtime operation
CALLWEAVER_REALTIME=yes

# additional options
# CALLWEAVER_OPT=

# 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


