summaryrefslogtreecommitdiffstats
path: root/abs/core/php/php-fpm.service
blob: e29f7c236a81365ea2261e7367831bf5caf32098 (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=/run/php-fpm/php-fpm.pid
PrivateTmp=true
ExecStart=/usr/sbin/php-fpm
ExecReload=/bin/kill -USR2 $MAINPID

[Install]
WantedBy=multi-user.target