cron
This commit is contained in:
parent
bd2ca82a09
commit
eca4b87e84
1 changed files with 7 additions and 4 deletions
11
crontab.txt
11
crontab.txt
|
@ -21,11 +21,14 @@
|
|||
#
|
||||
# m h dom mon dow command
|
||||
|
||||
# in foam's crontab. check timezone and clock sync
|
||||
# in foam's crontab.
|
||||
|
||||
# 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
|
||||
# turn supercollider off at 20h UTC (i.e 10pm CEST)
|
||||
0 20 * * * killall sclang
|
||||
|
||||
# on reboot (and/or power failure?)
|
||||
# around 4h UTC (i.e. 6am CEST) startup w/out ntp sync
|
||||
0 8 * * * screen -S test -m -d /home/foam/ephemeral-garden/setup-12min.sh
|
||||
|
||||
# start on reboot (and/or power failure?)
|
||||
@reboot screen -S test -m -d /home/foam/ephemeral-garden/setup-12min.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue