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

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

[Install]
WantedBy=multi-user.target