b74969
[Unit]
b74969
Description=The PHP FastCGI Process Manager
b74969
After=syslog.target network.target
b74969
b74969
[Service]
b74969
Type=notify
b74969
PIDFile=/run/php-fpm/php-fpm.pid
b74969
EnvironmentFile=/etc/sysconfig/php-fpm
b74969
ExecStart=/usr/sbin/php-fpm --nodaemonize
b74969
ExecReload=/bin/kill -USR2 $MAINPID
b74969
PrivateTmp=true
b74969
b74969
[Install]
b74969
WantedBy=multi-user.target
b74969