You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/swatch/files/swatch-confd

26 lines
634 B

# /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"