%PDF- %PDF-
Direktori : /usr/lib/systemd/system/ |
Current File : //usr/lib/systemd/system/plesk-php81-fpm.service |
[Unit] Description=The PHP 8.1.33 FastCGI Process Manager After=syslog.target network.target After=cagefs.service [Service] Type=notify PIDFile=/run/plesk-php81-fpm.pid EnvironmentFile=-/etc/sysconfig/plesk-php81-fpm ExecStart=/opt/plesk/php/8.1/sbin/php-fpm --nodaemonize ExecReload=/bin/kill -USR2 $MAINPID # Set up a new file system namespace and mounts private /tmp and /var/tmp directories # so this service cannot access the global directories and other processes cannot # access this service's directories. PrivateTmp=true # Restricts the set of socket address families accessible to the processes of this unit. # Protects against vulnerabilities such as CVE-2016-8655 RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX [Install] WantedBy=multi-user.target