From: Clinton Ebadi Date: Wed, 7 May 2014 08:52:58 +0000 (-0400) Subject: Restore apache sync logs cron job X-Git-Tag: debian/11~1 X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/hcoop-apache2-config.git/commitdiff_plain/9b802d609f618b593d8cbd2641cbcc4b15beccdf Restore apache sync logs cron job Accidental deletion, whoops. --- diff --git a/debian/hcoop-apache2-config.hcoop-apache-sync-logs.cron.d b/debian/hcoop-apache2-config.hcoop-apache-sync-logs.cron.d new file mode 100644 index 0000000..03658a3 --- /dev/null +++ b/debian/hcoop-apache2-config.hcoop-apache-sync-logs.cron.d @@ -0,0 +1,5 @@ +# /etc/cron.d/hcoop-apache-sync-logs: Copy apache logs to user +# homedirs every 20 minutes. +MAILTO=logs@hcoop.net + +0 */2 * * * root /afs/hcoop.net/common/etc/scripts/apache-sync-logs >/dev/null 2>&1