a8d150798c2f09d24289ac15560c357e305c14f5
[feisty_meow.git] / infobase / configuration / cron / periodic_reboot.crontab
1
2 ##############
3
4 # [periodic reboot]
5 # invigorates a shaky machine that cannot run longer than a certain time period.
6 # version below reboots every two days, somewhat.
7 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
8
9 ##############
10
11