From aaf961211c8bbda85acd2f131281aaee2e6a24cd Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 24 May 2015 18:46:51 -0400 Subject: [PATCH] include portal crontab --- crontab | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crontab diff --git a/crontab b/crontab new file mode 100644 index 0000000..12e369a --- /dev/null +++ b/crontab @@ -0,0 +1,8 @@ +# hcoop portal cron tasks + +K5START="k5start -qtUf /etc/keytabs/hcoop" +$PORTALHOME=/afs/hcoop.net/user/h/hc/hcoop/portal3 + +@hourly $K5START $PORTALHOME/static/gen.sh +@daily $K5START $PORTALHOME/contact/contact.sh +@monthly $K5START $PORTALHOME/remind/remind.sh -- 2.20.1