7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
[Service]
|
|
.include /usr/lib/systemd/system/<%= @svc_name %>.service
|
|
|
|
Environment=
|
|
Environment=PGPORT=<%= @port %>
|
|
Environment=PGDATA=<%= @data_dir %>
|