xref: /PHP-5.5/sapi/fpm/php-fpm.service.in (revision 0e99329e)
1[Unit]
2Description=The PHP FastCGI Process Manager
3After=syslog.target network.target
4
5[Service]
6Type=@php_fpm_systemd@
7PIDFile=@localstatedir@/run/php-fpm.pid
8ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
9ExecReload=/bin/kill -USR2 $MAINPID
10
11[Install]
12WantedBy=multi-user.target
13
14