Current File : //usr/lib/systemd/system/php-fpm55.service
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target

[Service]
Type=simple
PIDFile=/opt/alt/php-fpm55/usr/var/run/php-fpm.pid
ExecStart=/opt/alt/php-fpm55/usr/sbin/php-fpm --nodaemonize --fpm-config /opt/alt/php-fpm55/usr/etc/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target