Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
etc
/
systemd
/
system
📤 Upload
📝 New File
📁 New Folder
Close
Editing: php8.0-fpm.service
[Unit] Description=The PHP 8.0 FastCGI process manager After=network.target [Service] Type=simple LimitNOFILE=8192 PIDFile=/opt/php8.0/var/run/php-fpm.pid ExecStart=/opt/php8.0/sbin/php-fpm --daemonize --fpm-config /opt/php8.0/etc/php-fpm.conf --pid /opt/php8.0/var/run/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target
Save
Cancel