7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
[program:php-fpm]
|
|
command=php-fpm --nodaemonize
|
|
autostart=true
|
|
autorestart=true
|
|
priority=5
|
|
stdout_logfile=/var/www/storage/logs/php-fpm.log
|
|
stderr_logfile=/var/www/storage/logs/php-fpm-error.log |