diff options
author | francis <francis> | 2008-06-13 10:16:58 +0000 |
---|---|---|
committer | francis <francis> | 2008-06-13 10:16:58 +0000 |
commit | 77a1ea62c8b0aded54ea26ae8d9107c114478f25 (patch) | |
tree | 63032fa499693a205e61bd2ec54ca74a1778ed97 | |
parent | 5bd4408352047547954fa22dd03cc0da07e8823a (diff) |
Forgot username field
-rw-r--r-- | config/crontab.ugly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index 8f4e96729..f80804448 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,13 +4,13 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.14 2008-06-13 10:14:30 francis Exp $ +# $Id: crontab.ugly,v 1.15 2008-06-13 10:16:58 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com # Start mongrel after reboot -@reboot /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/restart-mongrel +@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?" |