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