nixos/php-fpm: enable systemd watchdog
fredrikr79 8 months ago 8c13f3d7 9756c0de
··· 302 302 RuntimeDirectory = "phpfpm"; 303 303 RuntimeDirectoryPreserve = true; # Relevant when multiple processes are running 304 304 Restart = "always"; 305 305 + WatchdogSec = 15; 305 306 }; 306 307 } 307 308 ) cfg.pools;