summarylogtreecommitdiffstats
path: root/php-fpm.service
blob: 50cf21bde9ae78b4a9a4dfa9ea7c2cb36ffe29de (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=notify
PIDFile=/run/php54-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/bin/php54-fpm --nodaemonize --pid /run/php54-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target