Skip to content

Commit

Permalink
Create supervisord.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 4, 2020
1 parent 358aabb commit 07a6140
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions container_files/tier-support/supervisord.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[supervisord]
logfile=/tmp/logsuperd ; supervisord log file
logfile_maxbytes=0 ; maximum size of logfile before rotation
loglevel=error ; info, debug, warn, trace
nodaemon=true ; run supervisord as a daemon
user=root ; default user

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket

; Our processes
; writing output to stdout (1) and err (2) (for Docker logging) and disabling log rotation

0 comments on commit 07a6140

Please sign in to comment.