Merge branch 'release-2.140.115'
[feisty_meow.git] / infobase / configuration / cron / periodic_reboot.crontab
diff --git a/infobase/configuration/cron/periodic_reboot.crontab b/infobase/configuration/cron/periodic_reboot.crontab
new file mode 100644 (file)
index 0000000..a8d1507
--- /dev/null
@@ -0,0 +1,11 @@
+
+##############
+
+# [periodic reboot]
+# invigorates a shaky machine that cannot run longer than a certain time period.
+# version below reboots every two days, somewhat.
+20 4 * * 0,2,4,6 (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; sep; echo periodic reboot running at $(date) ; sep; sync; sleep 2; /sbin/reboot) &>>$HOME/${CRONUSER}-cron-periodic_reboot.log
+
+##############
+
+