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