mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
24 lines
1.7 KiB
Plaintext
24 lines
1.7 KiB
Plaintext
[program:zmirror]
|
|
command=python /home/zulip/zulip/bots/zephyr_mirror.py --root-path=/home/zulip/ --user=tabbott/extra --forward-class-messages --log-path=/home/zulip/logs/mirror-log --on-startup-command="/home/zulip/zulip/bots/zmirror-renew-kerberos"
|
|
priority=200 ; the relative start priority (default 999)
|
|
autostart=true ; start at supervisord start (default: true)
|
|
autorestart=true ; whether/when to restart (default: unexpected)
|
|
stopsignal=TERM ; signal used to kill process (default TERM)
|
|
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/zmirror.log ; stdout log path, NONE for none; default AUTO
|
|
environment=HOME="/home/zulip",USER="zulip"
|
|
|
|
[program:sync-public-streams]
|
|
command=python /home/zulip/zulip/bots/sync-public-streams
|
|
priority=200 ; the relative start priority (default 999)
|
|
autostart=true ; start at supervisord start (default: true)
|
|
autorestart=true ; whether/when to restart (default: unexpected)
|
|
stopsignal=TERM ; signal used to kill process (default TERM)
|
|
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/sync-public-streams.log ; stdout log path, NONE for none; default AUTO
|
|
environment=HOME="/home/zulip"
|