shipping/docker/supervisor/horizon.conf
2025-01-14 22:09:35 +01:00

15 lines
292 B
Plaintext

[supervisord]
nodaemon=true
[program:horizon]
process_name=%(program_name)s
command=php /var/www/html/artisan horizon
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=www-data
redirect_stderr=true
stdout_logfile=/var/www/html/storage/logs/horizon.log
stopwaitsecs=3600