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