From 0b64011db4d76fd270346d8d5f1009c8a2c2fad0 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Wed, 21 Dec 2022 17:29:06 -0800 Subject: [PATCH] Delete supervisor directory --- supervisor/web_api.conf | 14 -------------- supervisor/web_app.conf | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 supervisor/web_api.conf delete mode 100644 supervisor/web_app.conf diff --git a/supervisor/web_api.conf b/supervisor/web_api.conf deleted file mode 100644 index 8df0882..0000000 --- a/supervisor/web_api.conf +++ /dev/null @@ -1,14 +0,0 @@ -[program:web_api] -command=python3 web_api.py -directory=/www/wwwroot/Douyin_TikTok_Download_API/ -autorestart=true -startsecs=3 -startretries=3 -stdout_logfile=/www/wwwroot/Douyin_TikTok_Download_API/log/web_api.out.log -stderr_logfile=/www/wwwroot/Douyin_TikTok_Download_API/log/web_api.err.log -stdout_logfile_maxbytes=2MB -stderr_logfile_maxbytes=2MB -user=root -priority=999 -numprocs=1 -process_name=%(program_name)s_%(process_num)02d diff --git a/supervisor/web_app.conf b/supervisor/web_app.conf deleted file mode 100644 index cfccb2f..0000000 --- a/supervisor/web_app.conf +++ /dev/null @@ -1,14 +0,0 @@ -[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