mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 16:22:16 +01:00
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
[program:worker]
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
command=%(ENV_WORKER_COMMAND)s
|
|
user=%(ENV_USER)s
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|
|
[include]
|
|
files=/etc/supervisor/supervisord.conf |