nixos/php-fpm: enable systemd watchdog (#394441)
h7x4 3 months ago 9e5afcd5 36d24c7c
··· 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;