mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-23 02:09:40 +08:00
11 lines
221 B
INI
11 lines
221 B
INI
[program:php-fpm]
|
|
command=php-fpm
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
user=root
|
|
numprocs=1
|
|
autostart=true
|
|
autorestart=false
|
|
startsecs=0
|
|
redirect_stderr=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0 |