mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:app]
|
|
command=/home/weave/app
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
|
|
[program:probe]
|
|
command=/home/weave/probe -proc.root=/hostproc
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|