MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //etc/systemd/system/cpanel_php_fpm.service
[Unit]
Description=FPM service for cPanel Daemons
After=cpanel.service
ConditionPathExists=!/var/cpanel/dnsonly

[Service]
Type=forking
PIDFile=/var/run/cpanel_php_fpm.pid
ExecStart=/usr/local/cpanel/scripts/restartsrv_cpanel_php_fpm --notconfigured-ok --systemd-service=cpanel_php_fpm
ExecStop=/usr/local/cpanel/scripts/restartsrv_cpanel_php_fpm --stop --notconfigured-ok --systemd-service=cpanel_php_fpm
ExecReload=/usr/local/cpanel/scripts/restartsrv_cpanel_php_fpm --restart --notconfigured-ok --systemd-service=cpanel_php_fpm
LimitNOFILE=infinity
KillMode=process
TimeoutStopSec=10

[Install]
WantedBy=multi-user.target