Your IP : 18.119.156.143


Current Path : /usr/lib/systemd/system/
Upload File :
Current File : //usr/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