10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
|
|
[program:php-fpm]
|
||
|
|
command=/usr/local/sbin/php-fpm --nodaemonize
|
||
|
|
autostart=true
|
||
|
|
autorestart=true
|
||
|
|
priority=5
|
||
|
|
stdout_logfile=/proc/1/fd/1
|
||
|
|
stdout_logfile_maxbytes=0
|
||
|
|
stderr_logfile=/proc/1/fd/2
|
||
|
|
stderr_logfile_maxbytes=0
|