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

[Service]
Type=forking
PIDFile=/var/run/php-fpm/php-fpm.pid
ExecStart=/usr/sbin/php-fpm
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target