Skip to content

Commit

Permalink
FIX home directory in supervisor file for sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 20, 2022
1 parent 42ec8fa commit 95139fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theia/sidecar/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 95139fc

Please sign in to comment.