nixos/froide-govplan: Increase startup timeout

(cherry picked from commit d6e3516544)
This commit is contained in:
Jonas Heinrich
2025-07-10 10:54:47 +02:00
parent 4b5ac3c305
commit fed81c9355

View File

@@ -182,6 +182,7 @@ in
StateDirectory = lib.mkIf (cfg.dataDir == "/var/lib/froide-govplan") "froide-govplan";
User = "govplan";
Group = "govplan";
TimeoutStartSec = "5m";
};
after = [
"postgresql.service"