summaryrefslogtreecommitdiffstats
path: root/postgresql-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-model.lua')
-rw-r--r--postgresql-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-model.lua b/postgresql-model.lua
index 2479796..cecc40d 100644
--- a/postgresql-model.lua
+++ b/postgresql-model.lua
@@ -22,7 +22,7 @@ local filelist = fs.find_files_as_array(".*\.conf", datadirectory)
-- PUBLIC FUNCTIONS
function startstop_service(action)
- return modelfunctions.startstop_service(processname, action, {"start", "stop", "restart", "setup"})
+ return modelfunctions.startstop_service(processname, action, {"Setup", "Start", "Stop", "Restart"})
end
function getstatus()