diff options
-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 fa2cd1974..b85873ab9 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,7 +4,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.28 2009-06-02 01:48:43 francis Exp $ +# $Id: crontab.ugly,v 1.29 2009-06-07 23:49:12 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@whatdotheyknow.com @@ -32,7 +32,7 @@ MAILTO=team@whatdotheyknow.com 48 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/user-use-graph # Restart mongrels on live site once a day to make sure RAM freed -30 3 * * * root [ -e /etc/init.d/foimongreld ] && /etc/init.d/foimongreld restart +30 3 * * * root [ -e /etc/init.d/foimongreld ] && /etc/init.d/foimongreld restart >/dev/null |