Blame SOURCES/php-fpm.service

37fd76
[Unit]
37fd76
Description=The PHP FastCGI Process Manager
37fd76
After=syslog.target network.target
37fd76
37fd76
[Service]
37fd76
Type=notify
37fd76
PIDFile=/run/php-fpm/php-fpm.pid
37fd76
EnvironmentFile=/etc/sysconfig/php-fpm
37fd76
ExecStart=/usr/sbin/php-fpm --nodaemonize
37fd76
ExecReload=/bin/kill -USR2 $MAINPID
37fd76
PrivateTmp=true
37fd76
37fd76
[Install]
37fd76
WantedBy=multi-user.target
37fd76