summaryrefslogtreecommitdiff
blob: 813a2a084fc70c58d654610e80ed801bb68db4d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# /etc/conf.d/swatch: config file for /etc/init.d/swatch

# Path to the swatch program.
#SWATCH_BINARY="/usr/bin/swatch"

# Swatchrc to read patterns and actions from.
#SWATCHRC="/etc/swatchrc"

# File to monitor
#SWATCH_TAILFILE="/var/log/syslog"

# Arguments to tail program
#SWATCH_TAILARGS=""

# Swatch log file
#SWATCH_LOGFILE="/var/log/swatch.log"

# Swatch error file
#SWATCH_ERRFILE="/var/log/swatch-err.log"

# Where to output the generated script to. Should not be writable by others.
#SWATCH_SCRIPT="/var/run/swatch/swatch_script.pl"

# Whether to parse the complete file once at startup. Defaults to "NO".
PARSE_FULL="NO"