This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill -USR2 $MAINPID
-
ExecStart=/usr/bin/php-fpm --nodaemonize --fpm-config /etc/php/php-fpm.conf
-
ExecStart=/usr/sbin/php-fpm --nodaemonize
-
ExecStart=/usr/sbin/php-fpm --nodaemonize --fpm-config /etc/php7/fpm/php-fpm.conf
-
ExecStart=/usr/sbin/php-fpm --nodaemonize --fpm-config /etc/php8/fpm/php-fpm.conf
-
PIDFile=/run/php-fpm/php-fpm.pid
-
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RuntimeDirectory=php-fpm
-
RuntimeDirectoryMode=0755
-
Type=notify
-
-
[Unit]
-
After=network.target
-
After=syslog.target network.target
-
Before=apache2.service nginx.service lighttpd.service
-
Description=The PHP FastCGI Process Manager
-
Additionnal notes
Nothing here.