summaryrefslogtreecommitdiffstats
path: root/chrony-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chrony-controller.lua')
-rw-r--r--chrony-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrony-controller.lua b/chrony-controller.lua
index 9d5a77e..5f135da 100644
--- a/chrony-controller.lua
+++ b/chrony-controller.lua
@@ -13,7 +13,7 @@ function details(self)
end
function startstop(self)
- return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.model.getstatus, self.clientdata)
+ return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)
end
function config(self)