Blame SOURCES/php-fpm.service

4c9102
# It's not recommended to modify this file in-place, because it will be
4c9102
# overwritten during package upgrades.  If you want to customize, the
4c9102
# best way is to drop a file with the suffix .conf in
4c9102
# /etc/systemd/system/php-fpm.service.d
4c9102
4c9102
[Unit]
4c9102
Description=The PHP FastCGI Process Manager
4c9102
After=syslog.target network.target
4c9102
4c9102
[Service]
4c9102
Type=notify
4c9102
PIDFile=/run/php-fpm/php-fpm.pid
4c9102
EnvironmentFile=/etc/sysconfig/php-fpm
4c9102
ExecStart=/usr/sbin/php-fpm --nodaemonize
4c9102
ExecReload=/bin/kill -USR2 $MAINPID
4c9102
PrivateTmp=true
4c9102
4c9102
[Install]
4c9102
WantedBy=multi-user.target
4c9102