Enable PostgreSQL service

This commit is contained in:
Greg 2021-01-23 19:14:55 +01:00
parent 112eb903ec
commit 7ce8b7d461
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ action :create do
service postgresql_service do
supports restart: true, status: true, reload: true
action :start
action [:enable, :start]
end
# This service is a dependency that will auto-start our cluster service on