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 -
PrivateDevicesIntroduced in systemd 209=yes -
PrivateTmp=yes -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX -
RestrictNamespacesIntroduced in systemd 233=yes -
RestrictRealtimeIntroduced 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.