summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/swatchdog/files/swatchdog-confd')
-rw-r--r--app-admin/swatchdog/files/swatchdog-confd25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-admin/swatchdog/files/swatchdog-confd b/app-admin/swatchdog/files/swatchdog-confd
deleted file mode 100644
index 13f8a0aed79e..000000000000
--- a/app-admin/swatchdog/files/swatchdog-confd
+++ /dev/null
@@ -1,25 +0,0 @@
-# /etc/conf.d/swatchdog: config file for /etc/init.d/swatchdog
-
-# Path to the swatchdog program.
-#SWATCHDOG_BINARY="/usr/bin/swatchdog"
-
-# Swatchrc to read patterns and actions from.
-#SWATCHDOGRC="/etc/swatchdogrc"
-
-# File to monitor
-#SWATCHDOG_TAILFILE="/var/log/syslog"
-
-# Arguments to tail program
-#SWATCHDOG_TAILARGS=""
-
-# Swatch log file
-#SWATCHDOG_LOGFILE="/var/log/swatchdog.log"
-
-# Swatch error file
-#SWATCHDOG_ERRFILE="/var/log/swatchdog-err.log"
-
-# Where to output the generated script to. Should not be writable by others.
-#SWATCHDOG_SCRIPT="/run/swatchdog/swatchdog_script.pl"
-
-# Whether to parse the complete file once at startup. Defaults to "NO".
-PARSE_FULL="NO"