Current Path : /usr/lib/systemd/system/ |
Current File : //usr/lib/systemd/system/php-fpm54.service |
[Unit] Description=The PHP FastCGI Process Manager After=syslog.target network.target [Service] Type=simple PIDFile=/opt/php54/var/run/php-fpm.pid ExecStart=/opt/php54/sbin/php-fpm --nodaemonize --fpm-config /opt/php54/etc/php-fpm.conf --pid /opt/php54/var/run/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target