File: default

package info (click to toggle)
ps-watcher 1.08-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 760 kB
  • sloc: sh: 2,907; perl: 1,281; makefile: 103
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"