mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:37:15 +08:00
14 lines
261 B
SYSTEMD
14 lines
261 B
SYSTEMD
|
[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
|