2013-08-19 19:51:22 +02:00
|
|
|
[program:zmirror]
|
2023-01-26 22:14:39 +01:00
|
|
|
command=/home/zulip/python-zulip-api/zulip/integrations/zephyr/zephyr_mirror.py --site=https://zephyr.zulipchat.com --stamp-path=/home/zulip/ --user=tabbott/extra --forward-class-messages --log-path=/var/log/zulip/mirror-log --on-startup-command="/home/zulip/python-zulip-api/zulip/integrations/zephyr/zmirror-renew-kerberos"
|
2013-08-19 19:51:22 +02:00
|
|
|
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)
|
2013-10-04 20:23:48 +02:00
|
|
|
user=zulip ; setuid to this UNIX account to run the program
|
2013-08-19 19:51:22 +02:00
|
|
|
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
2013-09-25 20:11:33 +02:00
|
|
|
stdout_logfile=/var/log/zulip/zmirror.log ; stdout log path, NONE for none; default AUTO
|
2013-10-04 20:23:48 +02:00
|
|
|
environment=HOME="/home/zulip",USER="zulip"
|
2013-08-19 20:37:33 +02:00
|
|
|
|
|
|
|
[program:sync-public-streams]
|
2017-10-05 22:18:37 +02:00
|
|
|
command=/home/zulip/python-zulip-api/zulip/integrations/zephyr/sync-public-streams --site=https://zephyr.zulipchat.com
|
2013-08-19 20:37:33 +02:00
|
|
|
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)
|
2013-10-04 20:23:48 +02:00
|
|
|
user=zulip ; setuid to this UNIX account to run the program
|
2013-08-19 20:37:33 +02:00
|
|
|
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
2013-09-25 20:11:33 +02:00
|
|
|
stdout_logfile=/var/log/zulip/sync-public-streams.log ; stdout log path, NONE for none; default AUTO
|
2013-10-04 19:19:57 +02:00
|
|
|
environment=HOME="/home/zulip"
|