diff options
-rw-r--r-- | files/cron.d/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/cron.d/puppetd b/files/cron.d/puppetd index f3aafb1..bf19ea7 100644 --- a/files/cron.d/puppetd +++ b/files/cron.d/puppetd @@ -1 +1 @@ -0 * * * * root /bin/ps ax | /bin/grep -v grep | /bin/grep puppetd > /dev/null || /etc/init.d/puppetd restart +0 * * * * root /bin/ps ax | /bin/grep -v grep | /bin/grep puppetd > /dev/null || /etc/init.d/puppet restart |