This commit is contained in:
FoAM 2018-05-22 09:06:31 +00:00
parent e6dfce7ad9
commit 43aab1c843
1 changed files with 5 additions and 5 deletions

View File

@ -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