Skip to content

Commit 95139fc

Browse files
committed
FIX home directory in supervisor file for sidecar
1 parent 42ec8fa commit 95139fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theia/sidecar/supervisord.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ logfile=/tmp/supervisord.log
44
[program:autosave-loop]
55
directory=/
66
command=/autosave-loop.sh
7-
environment=HOME="/home/anubis"
7+
environment=HOME="/home/theia"
88
autorestart=true
99
redirect_stderr=true
1010
stdout_logfile=/tmp/autosave.log
@@ -13,7 +13,7 @@ stdout_logfile=/tmp/autosave.log
1313
directory=/
1414
command=gunicorn -b 0.0.0.0:5001 -w 1 --capture-output --enable-stdio-inheritance app:app
1515
autorestart=true
16-
environment=HOME="/home/anubis"
16+
environment=HOME="/home/theia"
1717
redirect_stderr=true
1818
stdout_logfile=/dev/fd/1
1919
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)