# File lib/main/daemon.rb, line 113
    def Daemon.commands
      instance_methods.map{|method| method.to_s =~ /\Acmd_(.*)/ && $1}.compact
    end