diff options
Diffstat (limited to 'files')
-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 |