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