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