cron
This commit is contained in:
parent
e6dfce7ad9
commit
43aab1c843
1 changed files with 5 additions and 5 deletions
10
crontab.txt
10
crontab.txt
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue