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

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

[Install]
WantedBy=multi-user.target