Execute.define_task do desc "restart", "Alias for `rhoconnect stop; rhoconnect start`" def restart invoke :stop invoke :start end #restart end #do