From 202d014bed835fc5c544a38e220a28a7bb488167 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 22 Jun 2009 12:52:51 +0000 Subject: Updated for startstop in core 0.5.0 --- postgresql-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql-model.lua') 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() -- cgit v1.2.3