diff options
-rw-r--r-- | config/crontab.ugly | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index dd5024ba8..7e4e60944 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,14 +4,11 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.16 2008-08-29 09:44:32 francis Exp $ +# $Id: crontab.ugly,v 1.17 2008-10-21 10:36:49 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com -# Start mongrel after reboot -@reboot !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/restart-mongrel - # Every 10 minutes */10 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/update-xapian-index.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/update-xapian-index || echo "stalled?" 5,15,25,35,45,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-tracks.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/alert-tracks || echo "stalled?" |