Unverified Commit 9e5afcd5 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nixos/php-fpm: enable systemd watchdog (#394441)

parents 36d24c7c 8c13f3d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -302,6 +302,7 @@ in
            RuntimeDirectory = "phpfpm";
            RuntimeDirectoryPreserve = true; # Relevant when multiple processes are running
            Restart = "always";
            WatchdogSec = 15;
          };
      }
    ) cfg.pools;