f929cadd9c
This change lets the params class compute the name of the correct systemd unit file via $service_name.
4 lines
135 B
Text
4 lines
135 B
Text
.include /lib/systemd/system/<%= @service_name %>.service
|
|
[Service]
|
|
Environment=PGPORT=<%= @port %>
|
|
Environment=PGDATA=<%= @datadir %>
|