adc20eb3fe
We were intending to just be directing the logger logs, not logging every message for potentially resending. (imported from commit 9dd53e3968880745a8c01244db5d2c2247dfe85c)
12 lines
1.1 KiB
Plaintext
12 lines
1.1 KiB
Plaintext
[program:zmirror-USERNAME]
|
|
command=python /home/humbug/humbug/bots/zephyr_mirror_backend.py --root-path=/home/humbug/humbug/bots --user=USERNAME --use-sessions --session-path=/home/humbug/zephyr_sessions/%(program_name)s --api-key-file=/home/humbug/api-keys/%(program_name)s --ignore-expired-tickets --nagios-path=/home/humbug/mirror_status/%(program_name)s --nagios-class=zulip-mirror-nagios
|
|
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=humbug ; setuid to this UNIX account to run the program
|
|
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
|
stdout_logfile=/var/log/humbug/%(program_name)s.log ; stdout log path, NONE for none; default AUTO
|
|
environment=HOME="/home/humbug",USER="humbug",KRB5CCNAME="/home/humbug/ccache/%(program_name)s"
|