We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a04ab92 + 56dc1d5 commit 8ec8f73Copy full SHA for 8ec8f73
templates/systemd-override.conf.epp
@@ -3,6 +3,9 @@
3
Stdlib::Absolutepath $datadir,
4
Optional[String[1]] $extra_systemd_config,
5
| -%>
6
+[Unit]
7
+RequiresMountsFor=<%= $datadir %>
8
+
9
[Service]
10
Environment=PGPORT=<%= $port %>
11
<%- if $facts['os']['family'] == 'Gentoo' { -%>
0 commit comments