From 76981f616659608a90ff443e04b31167b93d4388 Mon Sep 17 00:00:00 2001 From: iVamp Date: Wed, 1 Nov 2023 18:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/supervisord.conf b/deploy/supervisord.conf index b09edcd..2f2aa91 100644 --- a/deploy/supervisord.conf +++ b/deploy/supervisord.conf @@ -19,7 +19,7 @@ stderr_logfile_maxbytes=0 [program:grpc] process_name=%(program_name)s_%(process_num)02d -command=/app/rr serve +command=/app/rr serve -c /app/.rr.yaml workingdir=/app autostart=true autorestart=true