mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 11:52:14 +00:00
18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
[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 |