summaryrefslogtreecommitdiff
path: root/sapi/fpm/php-fpm.service.in
blob: 396a88d66f1a01f529667c8235831da311d3399b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target

[Service]
PIDFile=@localstatedir@/run/php-fpm.pid
ExecStart=@sbindir@/php-fpm --nodaemonize --fpm-config @sysconfdir@/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target