be more leniant on startup time of *arr services

This commit is contained in:
2026-03-27 23:05:39 -07:00
parent 35c6d1b821
commit c5ff0808d2
3 changed files with 243 additions and 8 deletions

View File

@@ -11,4 +11,5 @@
error-handling = import ./error-handling.nix { inherit pkgs lib self; };
edge-cases = import ./edge-cases.nix { inherit pkgs lib self; };
health-checks = import ./health-checks.nix { inherit pkgs lib self; };
delayed-start = import ./delayed-start.nix { inherit pkgs lib self; };
}