This commit is contained in:
FoAM 2018-05-22 09:06:31 +00:00
parent e6dfce7ad9
commit 43aab1c843

View file

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