cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / uptime_report.crontab
1
2 ##############
3
4 #[uptime_report]
5 # the script writes the current time and current uptime to the log file.
6 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
7
8 ##############
9