This commit was generated by cvs2svn to compensate for changes in r12472,
[freeside.git] / torrus / configs / initscript.conf
1 # Torrus init script configuration
2 # You can override any value in @siteconfdir@/initscript.siteconf
3
4 # If we perform su @torrus_user@
5 TORRUS_CHANGE_UID=yes
6
7 # How many times we sleep and wait for processes to finish
8 TORRUS_KILL_COUNT=9
9
10 # How much we sleep each time and wait for processes to finish
11 TORRUS_KILL_SLEEP=10
12
13 # Command-line options for collector and monitor daemons
14 TORRUS_CMDOPTS=""
15
16 # When collector and monitor are executed together,
17 # let the monitor sleep 20 minutes and wait for some data
18 # to be collected
19 TORRUS_MONITOR_DELAY="--delay=20"
20
21 # Place for collector commandline options, such as --runalways
22 TORRUS_COLLECTOR_CMDOPTS=""
23
24
25
26
27 # Local Variables:
28 # mode: shell-script
29 # indent-tabs-mode: nil
30 # perl-indent-level: 4
31 # End: