summaryrefslogtreecommitdiffstats
path: root/postgresql-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-06-22 12:52:51 +0000
committerTed Trask <ttrask01@yahoo.com>2009-06-22 12:52:51 +0000
commit202d014bed835fc5c544a38e220a28a7bb488167 (patch)
tree3113a5cf2a154237d50fdbfee5d9162756b3ade4 /postgresql-model.lua
parente5a0bba3ff581e9b6c0bb964f267a6d8367d0b16 (diff)
downloadacf-postgresql-Alpine1.8_Fixes.tar.bz2
acf-postgresql-Alpine1.8_Fixes.tar.xz
Updated for startstop in core 0.5.0Alpine1.8_Fixes
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()