module-postgresql/templates/systemd-port-override.erb
Ashley Penney e71cdfc044 Add the template for port overriding on RHEL7.
This lets us tell systemd to do the right thing.  Can be extended later
for PGDATA.
2014-05-08 16:48:29 -04:00

3 lines
91 B
Text

.include /lib/systemd/system/postgresql.service
[Service]
Environment=PGPORT=<%= @value %>