5 lines
125 B
Text
5 lines
125 B
Text
|
.include /lib/systemd/system/postgresql.service
|
||
|
[Service]
|
||
|
Environment=PGPORT=<%= @port %>
|
||
|
Environment=PGDATA=<%= @datadir %>
|