summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--squid-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/squid-model.lua b/squid-model.lua
index 79995cc..b874818 100644
--- a/squid-model.lua
+++ b/squid-model.lua
@@ -39,7 +39,7 @@ getstatus = function()
end
startstop_service = function(action)
- return modelfunctions.startstop_service(processname, action)
+ return modelfunctions.startstop_service(processname, action, {"Start", "Stop", "Restart", "Reload", "Rotate"})
end
get_configfile = function()