File: default

package info (click to toggle)
ps-watcher 1.06-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 668 kB
  • ctags: 82
  • sloc: sh: 2,887; perl: 1,167; makefile: 93
file content (14 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Defaults for ps-watcher initscript
# sourced by /etc/init.d/ps-watcher
# installed at /etc/default/ps-watcher by the maintainer scripts

# prevent startup without configuration file
# set the below varible to 1 in order to allow ps-watcher to start
# startup=1

# Specify your configfile here
CONFIG="/etc/ps-watcher.conf"

# Additional options that are passed to the Daemon.
# here: check every 150 secs
DAEMON_OPTS="--sleep 150"