Blame SOURCES/php-fpm.service

a247fe
# It's not recommended to modify this file in-place, because it
a247fe
# will be overwritten during upgrades.  If you want to customize,
a247fe
# the best way is to use the "systemctl edit" command.
a247fe
a247fe
[Unit]
a247fe
Description=The PHP FastCGI Process Manager
a247fe
After=syslog.target network.target
a247fe
a247fe
[Service]
a247fe
Type=notify
a247fe
EnvironmentFile=/etc/sysconfig/php-fpm
a247fe
ExecStart=/usr/sbin/php-fpm --nodaemonize
a247fe
ExecReload=/bin/kill -USR2 $MAINPID
a247fe
PrivateTmp=true
a247fe
a247fe
[Install]
a247fe
WantedBy=multi-user.target
a247fe