mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-23 14:54:14 +08:00
18 lines
No EOL
289 B
Text
18 lines
No EOL
289 B
Text
[supervisord]
|
|
nodaemon=true
|
|
logfile=/dev/null
|
|
logfile_maxbytes=0
|
|
user=root
|
|
|
|
[program:vnstat]
|
|
command=vnstatd -n
|
|
autorestart=true
|
|
|
|
[program:ytdl]
|
|
directory=/ytdlbot/ytdlbot/
|
|
command=python ytdl_bot.py
|
|
autorestart=true
|
|
|
|
redirect_stderr=true
|
|
stdout_logfile=/dev/fd/1
|
|
stdout_logfile_maxbytes=0 |