chef/cookbooks/postgresql/templates/postgresql.service.erb
2019-03-19 10:43:13 +01:00

7 lines
150 B
Plaintext

[Service]
.include /usr/lib/systemd/system/<%= @svc_name %>.service
Environment=
Environment=PGPORT=<%= @port %>
Environment=PGDATA=<%= @data_dir %>