bicep/postgres/repack: use local unix socket

This commit is contained in:
h7x4
2026-05-22 15:59:59 +09:00
parent 2c34a93abf
commit 5745648f87

View File

@@ -15,7 +15,7 @@ in
User = "postgres";
Group = "postgres";
ExecStart = "${lib.getExe cfg.package.pkgs.pg_repack} --port=${builtins.toString cfg.settings.port} --no-kill-backend --wait-timeout=30 --all";
ExecStart = "${lib.getExe cfg.package.pkgs.pg_repack} --host=/run/postgresql --no-kill-backend --wait-timeout=30 --all";
};
};