# File lib/rhc/commands/app.rb, line 350
    def restart(app)
      app_action :restart

      results { say "#{app} restarted" }
      0
    end