cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / uptime_report.crontab
index 8a2684ec485f67d4fa42b2d7237e624483cde5e3..2d92c8924cd1799cf25e6c46de8b4b55cc49fecc 100644 (file)
@@ -1,10 +1,9 @@
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
+##############
 
+#[uptime_report]
 # the script writes the current time and current uptime to the log file.
-0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>>/tmp/zz_uptime_report_$USER.log
+0 * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; bash $FEISTY_MEOW_SCRIPTS/system/write_uptime_report.sh) &>>/tmp/${CRONUSER}-cron-uptime_report.log
+
+##############