diff --git a/other/vllm/Docker/supervisord.conf b/other/vllm/Docker/supervisord.conf index 69bf868..904645a 100644 --- a/other/vllm/Docker/supervisord.conf +++ b/other/vllm/Docker/supervisord.conf @@ -13,7 +13,7 @@ user=apiserver environment=HOME="/home/apiserver",USER="apiserver" [program:rathole] -command=/bin/bash -c 'app/rathole -c /app/client.toml 2>&1 | tee -a /var/log/app/rathole.log' +command=/bin/bash -c '/app/rathole -c /app/client.toml 2>&1 | tee -a /var/log/app/rathole.log' autostart=true autorestart=true stdout_logfile=/dev/fd/1