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

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

[Install]
WantedBy=multi-user.target