Files
util.nix/package
yukkop 4204d68eed fix(db-tool): prevent fd leak from logger to long-running daemons
The hectic logger opens fd 3 as a dup of stderr. Child processes inherit
this fd, and daemonized PostgreSQL/PostgREST keeping it open prevents the
terminal from returning to the prompt after the spawning script exits.

- Add with_closed_fds helper that runs commands in a subshell with fds
  3-9 redirected to /dev/null
- Inline the helper into both database and postgres-init builds
- Wrap pg_ctl start and postgrest with the helper
2026-05-03 03:14:15 +00:00
..
2025-09-28 04:44:46 +00:00
2025-02-14 21:06:51 +03:00
2026-04-30 21:59:53 +00:00
2026-05-01 22:19:43 +00:00
2026-02-20 17:18:38 +00:00
2026-05-02 15:31:26 +00:00
2025-02-14 21:06:51 +03:00
2026-05-02 15:31:26 +00:00
2025-02-14 21:06:51 +03:00
2025-02-14 21:06:51 +03:00
2026-02-20 17:18:38 +00:00
2026-02-20 17:18:38 +00:00
2026-02-20 17:18:38 +00:00
2026-02-20 17:18:38 +00:00
2026-02-20 17:18:38 +00:00
2026-02-20 17:18:38 +00:00
2025-07-03 01:21:44 +00:00