Skip to content

Commit c7bd394

Browse files
committed
postgres-fg replace with actual postgres cmd
1 parent de443e7 commit c7bd394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/postgres-fg.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ writeShellScriptBin "postgres-fg" ''
1919
${postgresql}/bin/pg_ctl init -D "$data_dir"
2020
fi
2121
22-
${postgresql}/bin/postgres -D "$data_dir" -k /tmp -h localhost -p $port
22+
exec ${postgresql}/bin/postgres -D "$data_dir" -k /tmp -h localhost -p $port
2323
''

0 commit comments

Comments
 (0)