# File lib/daemon_controller.rb, line 305
        def restart
                if @restart_command
                        run_command(@restart_command)
                else
                        stop
                        start
                end
        end