diff options
Diffstat (limited to 'files/cron.d')
-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 d94b347..84b366e 100644 --- a/files/cron.d/puppetmaster.CentOS +++ b/files/cron.d/puppetmaster.CentOS @@ -1,2 +1,2 @@ -# we restart puppetmaster every 2 hours to avoid memory problems -0 */2 * * * root /etc/init.d/puppetmaster restart > /dev/null +# we restart puppetmaster every 4 hours to avoid memory problems +0 */4 * * * root /etc/init.d/puppetmaster restart > /dev/null |