diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-30 18:11:07 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-30 18:11:07 +0000 |
| commit | 84db91e7fcd2027431ad0a3d7177ac7c11a8d48e (patch) | |
| tree | 2acaab26fdc3a565ca04a9f92ef1d981b0a76974 /lib/puppet/client.rb | |
| parent | 12c122c882c6053f8b21714bb8c4c8bf8be699c9 (diff) | |
Fixing the docs a bit for the executables, adding a --daemonize option to puppetd and puppetmasterd so they can still be daemonized with debugging or verbosity enabled, and causing puppetd to fail to start if a PID file exists (and not setting a pid file if running with --onetime enabled).
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1149 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client.rb')
| -rw-r--r-- | lib/puppet/client.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb index 495e190f9..0dd5221ed 100644 --- a/lib/puppet/client.rb +++ b/lib/puppet/client.rb @@ -144,6 +144,7 @@ module Puppet # Start listening for events. We're pretty much just listening for # timer events here. def start + super # Create our timer timer = EventLoop::Timer.new( :interval => Puppet[:runinterval], |
