Win32::Daemon
# File lib/mcollective/windows_daemon.rb, line 5 def self.daemonize_runner(pid=nil) raise "Writing pid files are not supported on the Windows Platform" if pid raise "The Windows Daemonizer should only be used on the Windows Platform" unless Util.windows? WindowsDaemon.mainloop end
Generated with the Darkfish Rdoc Generator 2.