MOON
Server: LiteSpeed
System: Linux server4.datacenterland.com 5.4.203-1-pve #1 SMP PVE 5.4.203-1 (Fri, 26 Aug 2022 14:43:35 +0200) x86_64
User: khakzad (1054)
PHP: 5.6.40
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, symlink
Upload Files
File: //etc/systemd/system/multi-user.target.wants/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