Update supervisord.conf

添加flusher模块
This commit is contained in:
2025-06-21 18:16:48 +08:00
committed by GitHub
parent c97461b979
commit 4f63c216fa
+9
View File
@@ -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