fix: modify restartsec for postgresql to 5s
All checks were successful
ci / treefmt (push) Successful in 1m46s
All checks were successful
ci / treefmt (push) Successful in 1m46s
This commit is contained in:
parent
a120d74f77
commit
6109937026
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ in {
|
|||
after = ["postgresql.service" "pgbouncer.service"];
|
||||
requires = ["postgresql.service" "pgbouncer.service"];
|
||||
serviceConfig = {
|
||||
RestartSec = "1s";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue