We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e11da commit d3a9a94Copy full SHA for d3a9a94
1 file changed
supervisord.conf
@@ -7,16 +7,20 @@ serverurl=unix:///var/run/supervisor.sock
7
8
[program:emulator]
9
command=/bin/bash /root/start-emulator.sh
10
-stdout_logfile=/var/log/supervisor/emulator.out.log
11
-stderr_logfile=/var/log/supervisor/emulator.err.log
+stdout_logfile=/dev/stdout
+stdout_logfile_maxbytes=0
12
+stderr_logfile=/dev/stderr
13
+stderr_logfile_maxbytes=0
14
autorestart=true
15
startretries=3
16
retry_interval=10
17
priority=20
18
19
[program:first-boot]
20
command=/root/first-boot.sh
-stdout_logfile=/var/log/supervisor/first-boot.out.log
-stderr_logfile=/var/log/supervisor/first-boot.err.log
21
22
23
24
25
autorestart=false
26
priority=10
0 commit comments