Delete supervisor directory

This commit is contained in:
Evil0ctal 2022-12-21 17:29:06 -08:00 committed by GitHub
parent 857bc0bb83
commit 0b64011db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -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