diff options
author | francis <francis> | 2009-06-07 23:49:12 +0000 |
---|---|---|
committer | francis <francis> | 2009-06-07 23:49:12 +0000 |
commit | e07229bd75ff6e772ed0e0a5c5d1ebc520925d20 (patch) | |
tree | 752d18e269ca265292123a63896cebb6b0e69eba | |
parent | 8afd0d7bd1709f48c04c65bc5ff49ae0453d5981 (diff) |
Hide text when this restarts.
-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 |