php-fpm.service.in 316 B

12345678910111213
  1. [Unit]
  2. Description=The PHP FastCGI Process Manager
  3. After=syslog.target network.target
  4. [Service]
  5. Type=@php_fpm_systemd@
  6. PIDFile=@localstatedir@/run/php-fpm.pid
  7. ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
  8. ExecReload=/bin/kill -USR2 $MAINPID
  9. [Install]
  10. WantedBy=multi-user.target