15 lines
292 B
Plaintext
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 |