[Unit] Description=The PHP 5.5 FastCGI Process Manager After=syslog.target network.target [Service] Type=notify PIDFile=/run/php55-fpm/php-fpm.pid PrivateTmp=true ExecStart=/usr/bin/php55-fpm --nodaemonize --pid /run/php55-fpm/php-fpm.pid ExecReload=/bin/kill -USR2 $MAINPID [Install] WantedBy=multi-user.target