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