ytdlbot/conf/supervisor.conf
2021-12-29 23:57:36 +08:00

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