We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de443e7 commit c7bd394Copy full SHA for c7bd394
1 file changed
pkgs/postgres-fg.nix
@@ -19,5 +19,5 @@ writeShellScriptBin "postgres-fg" ''
19
${postgresql}/bin/pg_ctl init -D "$data_dir"
20
fi
21
22
- ${postgresql}/bin/postgres -D "$data_dir" -k /tmp -h localhost -p $port
+ exec ${postgresql}/bin/postgres -D "$data_dir" -k /tmp -h localhost -p $port
23
''
0 commit comments