core/php/php-fpm.service

14 lines
292 B
SYSTEMD
Raw Normal View History

[Unit]
Description=The PHP FastCGI Process Manager
After=syslog.target network.target
[Service]
2014-03-05 06:32:29 +08:00
Type=forking
PIDFile=/run/php-fpm/php-fpm.pid
PrivateTmp=true
2014-03-05 06:32:29 +08:00
ExecStart=/usr/sbin/php-fpm --pid /run/php-fpm/php-fpm.pid
ExecReload=/bin/kill -USR2 $MAINPID
[Install]
WantedBy=multi-user.target