Blame SOURCES/php-fpm.service

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