diff options
author | mh <mh@immerda.ch> | 2008-08-31 20:28:36 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-08-31 20:28:36 +0000 |
commit | 2ab5b2391068c9543bae8dfa202d2c6365021068 (patch) | |
tree | d2b5a0b9e429386ac7da47565a763b3000b4956f /files | |
parent | dfd0bba9d44fbc7d0a86881e78560cac9071e92e (diff) |
increase restart of master to every 2 hours
Diffstat (limited to 'files')
-rw-r--r-- | files/cron.d/puppetmaster.CentOS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/cron.d/puppetmaster.CentOS b/files/cron.d/puppetmaster.CentOS index 40a16e7..d94b347 100644 --- a/files/cron.d/puppetmaster.CentOS +++ b/files/cron.d/puppetmaster.CentOS @@ -1,2 +1,2 @@ -# we restart puppetmaster every 4 hours to avoid memory problems -0 */6 * * * root /etc/init.d/puppetmaster restart > /dev/null +# we restart puppetmaster every 2 hours to avoid memory problems +0 */2 * * * root /etc/init.d/puppetmaster restart > /dev/null |