Initial commit

This commit is contained in:
Lolzteam
2026-07-30 10:22:59 +00:00
commit 8953b2f4bc
48 changed files with 2564 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Пример конфига для 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