Edited the default location for watchd.conf.

This commit is contained in:
MaffC 2013-02-04 03:23:17 +00:00
parent 40eb158043
commit 521da1e319
1 changed files with 1 additions and 1 deletions

2
watchd
View File

@ -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