We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ec8fa commit 95139fcCopy full SHA for 95139fc
theia/sidecar/supervisord.conf
@@ -4,7 +4,7 @@ logfile=/tmp/supervisord.log
4
[program:autosave-loop]
5
directory=/
6
command=/autosave-loop.sh
7
-environment=HOME="/home/anubis"
+environment=HOME="/home/theia"
8
autorestart=true
9
redirect_stderr=true
10
stdout_logfile=/tmp/autosave.log
@@ -13,7 +13,7 @@ stdout_logfile=/tmp/autosave.log
13
14
command=gunicorn -b 0.0.0.0:5001 -w 1 --capture-output --enable-stdio-inheritance app:app
15
16
17
18
stdout_logfile=/dev/fd/1
19
stdout_logfile_maxbytes=0
0 commit comments