We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I'm using Laravel Horizon and to run it, I created a simple laravel-horizon.conf into the folder:
laravel-horizon.conf
/opt/docker/etc/supervisor.d
with the following content:
[program:laravel-horizon] process_name=%(program_name)s user=application command=php /app/artisan horizon autostart=true autorestart=true redirect_stderr=true stdout_logfile=/app/storage/logs/laravel-horizon-stdout.log stdout_logfile_maxbytes=0 stderr_logfile=/app/storage/logs/laravel-horizon-stderr.log stderr_logfile_maxbytes=0 stopwaitsecs=90
Regarding this, I have two questions:
user=application
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I'm using Laravel Horizon and to run it, I created a simple
laravel-horizon.conf
into the folder:with the following content:
Regarding this, I have two questions:
user=application
directive necessary?Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: