Files
weave-scope/supervisord.conf
2015-05-19 10:02:02 +00:00

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