aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-06-03 13:15:09 +0100
committerRobin Houston <robin.houston@gmail.com>2012-06-03 13:15:09 +0100
commita4b739fde6a9da0a72c6171dad020579604b6757 (patch)
tree63443c28dc3b9e4af417d0e1a4bb56059ef0795d
parentef15c66e070e9f3f5d184d679b0762f9d43201b6 (diff)
Use the foi- prefix consistently on Debian scripts
-rw-r--r--config/crontab.ugly2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly
index 0bbcd2616..dc660e18f 100644
--- a/config/crontab.ugly
+++ b/config/crontab.ugly
@@ -13,7 +13,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org
*/5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/change-xapian-database.lock "/data/vhost/!!(*= $vhost *)!!/!!(*= $vcspath *)!!/script/update-xapian-index verbose=true" >> /data/vhost/!!(*= $vhost *)!!/logs/update-xapian-index.log || echo "stalled?"
# Every 10 minutes
5,15,25,35,45,55 * * * * !!(*= $user *)!! /etc/init.d/foi-alert-tracks check
-5,15,25,35,45,55 * * * * !!(*= $user *)!! /etc/init.d/purge-varnish check
+5,15,25,35,45,55 * * * * !!(*= $user *)!! /etc/init.d/foi-purge-varnish check
# Once an hour
09 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-comment-on-request.lock /data/vhost/!!(*= $vhost *)!!/!!(*= $vcspath *)!!/script/alert-comment-on-request || echo "stalled?"