From 22c9ae1a764699dcd16978580f25f7b3da539934 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 29 Feb 2016 01:32:41 +0100 Subject: * crontab configuration for calendar updates --- _cron/update_calendars | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _cron/update_calendars (limited to '_cron/update_calendars') diff --git a/_cron/update_calendars b/_cron/update_calendars new file mode 100644 index 0000000..4e402c4 --- /dev/null +++ b/_cron/update_calendars @@ -0,0 +1,2 @@ +5 */4 * * * $SITEPATH/bin/pyrun.sh import_cals +10 * * * * $SITEPATH/bin/pyrun.sh fetch_cals -- cgit v1.2.3