From 521da1e319c8a1693605f0934210a2a878d65ee0 Mon Sep 17 00:00:00 2001 From: MaffC Date: Mon, 4 Feb 2013 03:23:17 +0000 Subject: [PATCH] Edited the default location for watchd.conf. --- watchd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchd b/watchd index 3a44e1e..a1523f3 100755 --- a/watchd +++ b/watchd @@ -19,7 +19,7 @@ if [ $? -ne 0 -o -z "$STAT_BIN" ]; then echo "Failed to locate 'stat'."; exit 1; STAT_ARGS="-c %a" #This should be the full path to your config file -CONF_LOCATION="/root/watchd.conf" +CONF_LOCATION="/etc/watchd.conf" #Main script source $CONF_LOCATION