This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill -USR2 $MAINPID
-
ExecStart=/usr/sbin/php-fpm8.1 --nodaemonize --fpm-config /etc/php/8.1/fpm/php-fpm.conf
-
ExecStartPost=-/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.1/fpm/pool.d/www.conf 81
-
ExecStopPost=-/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/8.1/fpm/pool.d/www.conf 81
-
Type=notify
-
-
[Unit]
-
After=network.target
-
Description=The PHP 8.1 FastCGI Process Manager
-
Documentation=man:php-fpm8.1(8)
-
Additionnal notes
Nothing here.