1[Unit] 2Description=The PHP FastCGI Process Manager 3After=network.target 4 5[Service] 6Type=@php_fpm_systemd@ 7PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid 8ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf 9ExecReload=/bin/kill -USR2 $MAINPID 10 11[Install] 12WantedBy=multi-user.target 13 14