Fix missing supervisord change from Danswer MIT (#18)

This commit is contained in:
Yuhong Sun 2023-11-21 15:12:48 -08:00 committed by Chris Weaver
parent 3984350ff9
commit 56c52bddff

View File

@ -31,7 +31,7 @@ autorestart=true
# If not setup, this will just fail 5 times and then stop.
# More details on setup here: https://docs.danswer.dev/slack_bot_setup
[program:slack_bot_listener]
command=python danswer/bots/slack/listener.py
command=python danswer/danswerbot/slack/listener.py
stdout_logfile=/var/log/slack_bot_listener.log
stdout_logfile_maxbytes=52428800
redirect_stderr=true