correctly use exec

This commit is contained in:
Sebastian Hugentobler 2017-09-05 14:18:52 +02:00
parent 7219f3f4b2
commit 4b75db48a8

View File

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv sh #!/usr/bin/with-contenv sh
s6-setuidgid postgres postgres \ exec s6-setuidgid postgres postgres \
-D $PGDATA \ -D $PGDATA \
-c listen_addresses='*' \ -c listen_addresses='*' \
-c ssl=on \ -c ssl=on \