HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/systemd/system/brainyphp8-fpm.service
# It's not recommended to modify this file in-place, because it will be
# overwritten during package upgrades.  If you want to customize, the
# best way is to create a file "/etc/systemd/system/php-fpm.service".

[Unit]
Description=The Brainy-FPM PHP Process Manager
After=syslog.target haveged.service network.target

[Service]
Type=notify
PIDFile=/run/brainyphp-fpm/brainyphp8-fpm.pid
EnvironmentFile=/usr/local/brainycp/src/compiled/php8/sysconfig/brainy8-fpm
ExecStart=/usr/local/brainycp/src/compiled/php8/bin/php-fpm -R --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID
PrivateTmp=true
TimeoutSec=60

[Install]
WantedBy=multi-user.target