class Servolux::Server
def pid_file
the server name is used to create a PID file name.
Returns the PID file name used by the server. If none was given, then
def pid_file @pid_file ||= name.downcase.tr(' ','_') + '.pid' end
def pid_file @pid_file ||= name.downcase.tr(' ','_') + '.pid' end