/google/devshell/supervisord.conf

1 개요[ | ]

/google/devshell/supervisord.conf

2 2022-03[ | ]

[supervisord]
loglevel = info
identifier = supervisor
nocleanup = true

[program:tmux-agent]
command=sudo /google/devshell/tmux-agent
stdout_logfile=syslog
stderr_logfile=syslog
autorestart=true

; IMPORTANT: Keep theia-proxy as the last configuration section in this file.
;
; start-supervisor.sh appends an "environment" k/v pair to the end of this
; file specifically for [program:theia-proxy] section.
[program:theia-proxy]
command=/google/devshell/editor/proxy/theia-proxy
  -static-content-dir=/google/devshell/editor/theia/lib
  -etag-file=/google/devshell/editor/proxy/theia-etags.txt
  -theia-dir=/google/devshell/editor/theia
stdout_logfile=syslog
stderr_logfile=syslog
autorestart=true
environment=HOME=/home/testuser1, CLOUDSHELL_ENVIRONMENT=prod

3 2020-12[ | ]

[supervisord]
loglevel = info
identifier = supervisor
nocleanup = true

[program:heartbeat-service]
command=python /google/devshell/send_heartbeats.py
stdout_logfile=syslog
stderr_logfile=syslog
autorestart=true
[supervisord]
loglevel = info
identifier = supervisor
nocleanup = true

[program:heartbeat-service]
command=python /google/devshell/send_heartbeats.py
stdout_logfile=syslog
stderr_logfile=syslog
autorestart=true

[program:theia-proxy]
command=/google/devshell/editor/proxy/theia-proxy
  -static-content-dir=/google/devshell/editor/theia/lib
  -etag-file=/google/devshell/editor/proxy/theia-etags.txt
  -theia-dir=/google/devshell/editor/theia
stdout_logfile=syslog
stderr_logfile=syslog
autorestart=true
environment=HOME=/home/g468025791368_compute, CLOUDSHELL_ENVIRONMENT=prod

[program:tmux-agent]
command=sudo /google/devshell/tmux-agent
stdout_logfile=syslog
stderr_logfile=syslog
autorestart=true

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}