Your IP : 3.15.14.220


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