[Unit] Description=The PHP FastCGI Process Manager After=network.target [Service] Type=forking PIDFile=/usr/local/php/var/run/php-fpm.pid ExecStart=/usr/local/php/sbin/php-fpm KillSignal=SIGQUIT ExecReload=/bin/kill -USR2 $MAINPID Restart=on-failure RestartSec=10s PrivateTmp=false [Install] WantedBy=multi-user.target