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

[Service]
Type=notify
PIDFile=/run/php55-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/bin/php55-fpm --nodaemonize --pid /run/php55-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target