class Servolux::Daemon
def startup_command=( val )
-
val
(String, Array
) -- The startup, Proc, Method, Servolux::Server
def startup_command=( val ) @startup_command = val return unless val.is_a?(::Servolux::Server) self.name = val.name self.logger = val.logger self.pid_file = val.pid_file @shutdown_command = nil end