diff --git a/theia/sidecar/supervisord.conf b/theia/sidecar/supervisord.conf index 7eaad31b4..353fc48bf 100644 --- a/theia/sidecar/supervisord.conf +++ b/theia/sidecar/supervisord.conf @@ -4,7 +4,7 @@ logfile=/tmp/supervisord.log [program:autosave-loop] directory=/ command=/autosave-loop.sh -environment=HOME="/home/anubis" +environment=HOME="/home/theia" autorestart=true redirect_stderr=true stdout_logfile=/tmp/autosave.log @@ -13,7 +13,7 @@ stdout_logfile=/tmp/autosave.log directory=/ command=gunicorn -b 0.0.0.0:5001 -w 1 --capture-output --enable-stdio-inheritance app:app autorestart=true -environment=HOME="/home/anubis" +environment=HOME="/home/theia" redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 \ No newline at end of file