more settings of systemd for postgress
This commit is contained in:
parent
688d23527f
commit
dd1c82e804
5 changed files with 35 additions and 19 deletions
|
@ -79,8 +79,6 @@ module Execute
|
|||
pdata = Make.context(name)
|
||||
bin_dir = pdata.get_prefix
|
||||
data_dir = "/data/#{pdata.name}/#{pdata.version.split(".").first}"
|
||||
puts data_dir
|
||||
exit -1
|
||||
service_install_context = ServiceInstallContext.new(
|
||||
bin_dir, data_dir, name, pdata.version, @options.forced
|
||||
)
|
||||
|
@ -109,7 +107,6 @@ module Execute
|
|||
executor = get_install_executor(name)
|
||||
#executor.call(service_install_context)
|
||||
executor.call
|
||||
exit -1
|
||||
|
||||
if block_given?
|
||||
context = OpenStruct.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue