[Unit] Description=The PHP 7 FastCGI Process Manager After=network.target [Service] Type=simple PIDFile=/opt/__VERSION__/var/run/php-fpm.pid ExecStart=/opt/__VERSION__/sbin/php-fpm --nodaemonize --fpm-config /opt/__VERSION__/etc/php-fpm.conf ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target