From eca4b87e844667c9cb34d3a8b5baf29a5dd36554 Mon Sep 17 00:00:00 2001 From: FoAM Date: Tue, 22 May 2018 16:14:50 +0000 Subject: [PATCH] cron --- crontab.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/crontab.txt b/crontab.txt index 02ee9ac..5039811 100644 --- a/crontab.txt +++ b/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 +