diff --git a/crontab.txt b/crontab.txt index 5039811..dc157e1 100644 --- a/crontab.txt +++ b/crontab.txt @@ -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