cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / database / configuration / cron / uptime_report.crontab
diff --git a/database/configuration/cron/uptime_report.crontab b/database/configuration/cron/uptime_report.crontab
deleted file mode 100644 (file)
index 8a2684e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-# 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
-