mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-19 17:43:19 +02:00
Fix missing supervisord change from Danswer MIT (#18)
This commit is contained in:
@ -31,7 +31,7 @@ autorestart=true
|
|||||||
# If not setup, this will just fail 5 times and then stop.
|
# If not setup, this will just fail 5 times and then stop.
|
||||||
# More details on setup here: https://docs.danswer.dev/slack_bot_setup
|
# More details on setup here: https://docs.danswer.dev/slack_bot_setup
|
||||||
[program:slack_bot_listener]
|
[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=/var/log/slack_bot_listener.log
|
||||||
stdout_logfile_maxbytes=52428800
|
stdout_logfile_maxbytes=52428800
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
Reference in New Issue
Block a user