From d714252fc5b3390e9da1544b61db2c7e3fff9a8d Mon Sep 17 00:00:00 2001 From: BennyThink Date: Sun, 9 Jan 2022 22:59:32 +0800 Subject: [PATCH] stop as group --- conf/supervisor.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/supervisor.conf b/conf/supervisor.conf index 1e6394e..5a6c992 100644 --- a/conf/supervisor.conf +++ b/conf/supervisor.conf @@ -15,6 +15,7 @@ directory=/ytdlbot/ytdlbot/ command=python ytdl_bot.py autorestart=true priority=900 +stopasgroup=true redirect_stderr=true stdout_logfile_maxbytes = 50MB