Add crontab

This commit is contained in:
Luke Murphy 2020-02-11 14:27:38 +01:00
parent 20ae820795
commit 06a48efb2e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

5
cron/voicegardens Normal file
View File

@ -0,0 +1,5 @@
SHELL=/bin/bash
# every morning at 09:00, clear the archives
0 9 * * * /var/www/doesitsparkjoy.voicegardens.org/bin/clear-archive | tee -a /var/log/doesitsparkjoy.voicegardens.org.log
0 9 * * * /var/www/voicegardens.org/bin/clear-archive | tee -a /var/log/voicegardens.org.log