From: Silvio Rhatto Date: Thu, 11 Aug 2011 22:50:18 +0000 (-0300) Subject: Restarting puppet using 'restart' on rc.local X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa38275daf9e7d133627a82e8ac8c6b3f832491e;p=puppet-nodo.git Restarting puppet using 'restart' on rc.local --- diff --git a/files/etc/rc.local b/files/etc/rc.local index 17ce810..ce067a7 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -18,8 +18,7 @@ rm -f /var/lib/puppet/state/puppetdlock # Then restart puppet with the right hostname -/etc/init.d/puppet stop -/etc/init.d/puppet start +/etc/init.d/puppet restart # Keep this mountpoint while ekeyd fact needs it if [ -d "/proc/bus/usb" ]; then