chef/cookbooks/postgresql/templates/postgresql.service.erb
2019-04-03 11:34:41 +02:00

7 lines
150 B
Plaintext

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