]> git.pld-linux.org Git - packages/callweaver.git/blob - callweaver.sysconfig
- more options
[packages/callweaver.git] / callweaver.sysconfig
1 # callweaver startup configuration file
2
3 # Try to define nice-level for running callweaver
4 SERVICE_RUN_NICE_LEVEL="0"
5
6 # yes causes callweaver to be run through safe script which will restart
7 # callweaver on crash and store core dumps for further inspection
8 # CALLWEAVER_SAFE=yes
9
10 # realtime operation
11 CALLWEAVER_REALTIME=yes
12
13 # additional options
14 # CALLWEAVER_OPT=
15
16 # yes causes callweaver to be run through safe script which will restart
17 # callweaver on crash
18 # CALLWEAVER_SAFE=yes
19
20
21 # when using CALLWEAVER_SAFE=yes you can also use options below:
22
23 # run callweaver console on tty X (for constant monitoring etc)
24 # CALLWEAVER_TTY=9
25
26 # open console on TTY specified?
27 # CALLWEAVER_CONSOLE=yes
28
29 # notify someone when callweaver dies
30 # CALLWEAVER_NOTIFY=root@localhost
31
32
This page took 0.04203 seconds and 3 git commands to generate.