]> git.pld-linux.org Git - packages/callweaver.git/blob - callweaver.sysconfig
- release 15 (by relup.sh)
[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 # when using CALLWEAVER_SAFE=yes you can also use options below:
17
18 # run callweaver console on tty X (for constant monitoring etc)
19 # CALLWEAVER_TTY=9
20
21 # open console on TTY specified?
22 # CALLWEAVER_CONSOLE=yes
23
24 # notify someone when callweaver dies
25 # CALLWEAVER_NOTIFY=root@localhost
26
27
This page took 0.092695 seconds and 3 git commands to generate.