From 434a585e8264d3c66f6978956812e2b70c1c9fab Mon Sep 17 00:00:00 2001 From: David Starzengruber Date: Fri, 9 Jul 2010 00:40:29 +0200 Subject: [PATCH] readme --- mobots/README.please | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mobots/README.please b/mobots/README.please index d3ebb2a..74100e0 100644 --- a/mobots/README.please +++ b/mobots/README.please @@ -21,7 +21,9 @@ http://gitorious.org/sn/scripts/trees/master/mobots/df.conf.sample add a line like this to your /etc/crontab */2 * * * * root /bin/bash --login /path/to/the/script/df.sh /path/to/configfile/df.conf >> /path/to/logfile/df.log or (if you use the default configpath /etc/mobots) -*/5 * * * * root /bin/bash --login /path/to/script/df.sh >> /var/log/df.log +*/5 * * * * root /bin/bash --login /path/to/script/df.sh >> /var/log/mobots/df.log + +the logdirectory must exist after this you have to restart your cron with something like service cron restart