mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 09:57:14 +08:00
14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=The PHP FastCGI Process Manager
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/php-fpm/php-fpm.pid
|
|
PrivateTmp=true
|
|
ExecStart=/usr/sbin/php-fpm --pid /run/php-fpm/php-fpm.pid
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|