Method: Puppet::Daemon#start

Defined in:
lib/puppet/daemon.rb

#startObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



140
141
142
143
# File 'lib/puppet/daemon.rb', line 140

def start
  create_pidfile
  run_event_loop
end