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