11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
[supervisord]
|
|
nodaemon=false
|
|
|
|
[program:mybot]
|
|
command=python main.py
|
|
directory=/app
|
|
user=root
|
|
autostart=true
|
|
autorestart=true
|
|
stderr_logfile=/app/bot_err.log
|
|
stdout_logfile=/app/bot_out.log |