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