diff --git a/crontab.txt b/crontab.txt index 00c9bf0..02ee9ac 100644 --- a/crontab.txt +++ b/crontab.txt @@ -23,9 +23,9 @@ # in foam's crontab. check timezone and clock sync -# */5 * * * * /home/foam/ephemeral-garden/check.sh >> /home/foam/ephemeral-garden/test.log 2>&1 -* 07 * * * /home/foam/ephemeral-garden/morning.sh >> /home/foam/ephemeral-garden/test.log 2>&1 -* 23 * * * /home/foam/ephemeral-garden/evening.sh >> /home/foam/ephemeral-garden/test.log 2>&1 +# around seven AM UTC i.e. startup w/out ntp sync +0 7 * * * screen -S test -m -d /home/foam/ephemeral-garden/setup-12min.sh -# in root's crontab. check timing -# 0 4 * * * /sbin/shutdown -r +5 +# on reboot (and/or power failure?) + +@reboot screen -S test -m -d /home/foam/ephemeral-garden/setup-12min.sh