/
lib
/
systemd
/
system
/
up file
home
[Unit] Description=The PHP 8.1 FastCGI Process Manager Documentation=man:php-fpm8.1(8) After=network.target [Service] Type=notify PIDFile=/run/php/php8.1-fpm.pid ExecStart=/usr/sbin/php-fpm8.1 --nodaemonize --fpm-config /etc/php/8.1/fpm/php-fpm.conf ExecReload=/bin/kill -USR2 $MAINPID Restart=always RestartSec=3 [Install] WantedBy=multi-user.target