[Unit] Description=The PHP FastCGI Process Manager v5.3 After=syslog.target network.target [Service] Type=simple PIDFile=/run/php-fpm/php-5.3-fpm.pid EnvironmentFile=/etc/sysconfig/php-5.3-fpm ExecStart=/opt/lc/php/5.3/sbin/php-fpm --nodaemonize -y /etc/php-fpm/5.3/php-fpm.conf ExecReload=/bin/kill -USR2 $MAINPID PrivateTmp=true [Install] WantedBy=multi-user.target