[Unit] Description= [FASTPANEL] The PHP 7.2 FastCGI Process Manager After=network.target ConditionPathExistsGlob=/opt/php72/etc/php-fpm.d/*.conf [Service] Type=notify PIDFile=/opt/php72/var/run/php-fpm.pid ExecStartPre=/opt/php72/sbin/php-fpm --fpm-config /opt/php72/etc/php-fpm.conf -t ExecStart=/opt/php72/sbin/php-fpm --nodaemonize --fpm-config /opt/php72/etc/php-fpm.conf ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target