Files
Bot-Template/dj_bot.conf
T
2026-05-29 09:51:18 +03:00

14 lines
391 B
Plaintext

# Пример конфига для supervisorctl
[program:dj_bot]
directory=/path/to/djimbo_template/
command=python3.11 -u main.py
environment=PYTHONUNBUFFERED="1"
autostart=True
autorestart=True
stderr_logfile=/path/to/djimbo_template/tgbot/data/sv_log_err.log
stderr_logfile_maxbytes=50MB
stdout_logfile=/path/to/djimbo_template/tgbot/data/sv_log_out.log
stdout_logfile_maxbytes=50MB