ytdlbot/conf/supervisor.conf

18 lines
289 B
Plaintext
Raw Normal View History

2021-08-21 08:05:47 +00:00
[supervisord]
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
user=root
[program:vnstat]
command=vnstatd -n
autorestart=true
[program:ytdl]
2021-12-29 08:57:06 +00:00
directory=/ytdlbot/ytdlbot/
command=python ytdl_bot.py
2021-08-21 08:05:47 +00:00
autorestart=true
2021-12-29 08:57:06 +00:00
redirect_stderr=true
2021-08-21 08:05:47 +00:00
stdout_logfile=/dev/fd/1
2021-12-29 08:57:06 +00:00
stdout_logfile_maxbytes=0