Blame SOURCES/php-fpm.service

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