mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-31 20:13:37 +00:00
10 lines
672 B
Plaintext
10 lines
672 B
Plaintext
[program:zulip_postsetup]
|
|
command=/usr/bin/bash -c "sleep 5 && /usr/local/bin/createZulipUser.sh"
|
|
priority=300 ; the relative start priority (default 999)
|
|
autostart=true ; start at supervisord start (default: true)
|
|
autorestart=false ; whether/when to restart (default: unexpected)
|
|
stopwaitsecs=30 ; max num secs to wait b4 SIGKILL (default 10)
|
|
user=zulip ; setuid to this UNIX account to run the program
|
|
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
|
stdout_logfile=/var/log/zulip/zulip_postsetup.log ; stdout log path, NONE for none; default AUTO
|