diff options
author | mh <mh@immerda.ch> | 2009-12-13 15:54:38 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-12-13 15:54:38 +0100 |
commit | a9562bcde47c9eef8ee1fb1fc8516fb62498684f (patch) | |
tree | 43782b7e2b54c49d0ff10294afe6efab07b2abd3 /files/cron.d | |
parent | 2f52b2752ca4406de57fbddb9af988727cb9c250 (diff) |
it looks like memory is much more stable let's restart it only once a day
Diffstat (limited to 'files/cron.d')
-rw-r--r-- | files/cron.d/puppetmaster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/cron.d/puppetmaster b/files/cron.d/puppetmaster index e56aa35..4ea0b66 100644 --- a/files/cron.d/puppetmaster +++ b/files/cron.d/puppetmaster @@ -1,3 +1,3 @@ # we restart puppetmaster twice a day to avoid memory problems -59 11,23 * * * root /etc/init.d/puppetmaster restart > /dev/null +58 11 * * * root /etc/init.d/puppetmaster restart > /dev/null |