Blame SOURCES/php-fpm.service

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