cron
This commit is contained in:
parent
602a3f5d04
commit
70e21781dd
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@
|
|||
|
||||
# in foam's crontab.
|
||||
|
||||
# turn supercollider off at 20h UTC (i.e 10pm CEST)
|
||||
# turn off supercollider at 20h UTC (i.e 10pm CEST)
|
||||
0 20 * * * killall sclang
|
||||
|
||||
# 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
|
||||
0 4 * * * 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