module (..., package.seeall) require("controllerfunctions") default_action = "status" status = function(self) return self.model.status() end edit = function(self) return controllerfunctions.handle_form(self, function() return self.model.read_runlevels(self.clientdata.servicename) end, self.model.update_runlevels, self.clientdata, "Save", "Edit Service Runlevels") end