mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
[program:horizon]
|
|
process_name = %(program_name)s_%(process_num)s
|
|
command = php %(ENV_ROOT)s/artisan horizon
|
|
user = %(ENV_USER)s
|
|
autostart = true
|
|
autorestart = true
|
|
stdout_logfile = /dev/stdout
|
|
stdout_logfile_maxbytes = 0
|
|
stderr_logfile = /dev/stderr
|
|
stderr_logfile_maxbytes = 0
|
|
stopwaitsecs = 3600
|
|
|
|
[include]
|
|
files = /etc/supervisord.conf
|