diff --git a/supervisor/web_app.conf b/supervisor/web_app.conf new file mode 100644 index 0000000..cfccb2f --- /dev/null +++ b/supervisor/web_app.conf @@ -0,0 +1,14 @@ +[program:web_app] +command=python3 web_app.py +directory=/www/wwwroot/Douyin_TikTok_Download_API/ +autorestart=true +startsecs=3 +startretries=3 +stdout_logfile=/www/wwwroot/Douyin_TikTok_Download_API/log/web_app.out.log +stderr_logfile=/www/wwwroot/Douyin_TikTok_Download_API/log/web_app.err.log +stdout_logfile_maxbytes=2MB +stderr_logfile_maxbytes=2MB +user=root +priority=999 +numprocs=1 +process_name=%(program_name)s_%(process_num)02d