Edited the default location for watchd.conf.
This commit is contained in:
parent
40eb158043
commit
521da1e319
2
watchd
2
watchd
|
@ -19,7 +19,7 @@ if [ $? -ne 0 -o -z "$STAT_BIN" ]; then echo "Failed to locate 'stat'."; exit 1;
|
||||||
STAT_ARGS="-c %a"
|
STAT_ARGS="-c %a"
|
||||||
|
|
||||||
#This should be the full path to your config file
|
#This should be the full path to your config file
|
||||||
CONF_LOCATION="/root/watchd.conf"
|
CONF_LOCATION="/etc/watchd.conf"
|
||||||
|
|
||||||
#Main script
|
#Main script
|
||||||
source $CONF_LOCATION
|
source $CONF_LOCATION
|
||||||
|
|
Loading…
Reference in New Issue