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