diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-10 12:56:04 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-10 12:56:04 +0100 |
commit | f9ecaf75b398e6f0e09d291d7f34fc705fdeb0a8 (patch) | |
tree | e02f9c35386586030fe5dc4e7fd4b0ef6d11baf5 /config/crontab-example | |
parent | 33dad12a49542046549e975bf5543ce687cd2436 (diff) | |
parent | 5ed12438107e7c2a4ede9ec6ac93b7e35959c482 (diff) |
Merge branch 'log-config' into rails-3-develop
Diffstat (limited to 'config/crontab-example')
-rw-r--r-- | config/crontab-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab-example b/config/crontab-example index 669102149..79ba70beb 100644 --- a/config/crontab-example +++ b/config/crontab-example @@ -8,7 +8,7 @@ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=!!(*= $mailto *)!! # Every 5 minutes -*/5 * * * * !!(*= $user *)!! !!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/commonlib/bin/run-with-lockfile.sh -n !!(*= $vhost_dir *)!!/change-xapian-database.lock "!!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/script/update-xapian-index verbose=true" >> !!(*= $vhost_dir *)!!/logs/update-xapian-index.log || echo "stalled?" +*/5 * * * * !!(*= $user *)!! !!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/commonlib/bin/run-with-lockfile.sh -n !!(*= $vhost_dir *)!!/change-xapian-database.lock "!!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/script/update-xapian-index verbose=true" >> !!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/log/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/foi-purge-varnish check |