Unverified Commit 8c13f3d7 authored by fredrikr79's avatar fredrikr79 Committed by h7x4
Browse files

nixos/php-fpm: enable systemd watchdog

parent 9756c0de
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;