From 4f63c216faf53cb107810e56f777dca7b56b5360 Mon Sep 17 00:00:00 2001 From: netfun2000 Date: Sat, 21 Jun 2025 18:16:48 +0800 Subject: [PATCH] Update supervisord.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加flusher模块 --- config/supervisord.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/supervisord.conf b/config/supervisord.conf index 0922e2f..55b998a 100644 --- a/config/supervisord.conf +++ b/config/supervisord.conf @@ -21,3 +21,12 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 autorestart=false startretries=0 + +[program:flusher] +command=/usr/bin/flusherp2p --host $HOST_PORT --username $USERNAME --password $PASSWORD --size $FILESIZE +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 +autorestart=false +startretries=0