fix: modify restartsec for postgresql to 5s
All checks were successful
ci / treefmt (push) Successful in 1m46s

This commit is contained in:
Ceferino Patino 2026-06-27 22:17:23 -05:00
commit 6109937026
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -100,7 +100,7 @@ in {
after = ["postgresql.service" "pgbouncer.service"];
requires = ["postgresql.service" "pgbouncer.service"];
serviceConfig = {
RestartSec = "1s";
RestartSec = "5s";
};
};