mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 20:39:29 +02:00
Fix missing supervisord change from Danswer MIT (#18)
This commit is contained in:
parent
3984350ff9
commit
56c52bddff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user