From 07a61407950fd9c4257147b828a8c7c0084c4500 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Sat, 4 Apr 2020 16:38:54 -0400 Subject: [PATCH] Create supervisord.conf --- container_files/tier-support/supervisord.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 container_files/tier-support/supervisord.conf diff --git a/container_files/tier-support/supervisord.conf b/container_files/tier-support/supervisord.conf new file mode 100644 index 00000000..fc02363b --- /dev/null +++ b/container_files/tier-support/supervisord.conf @@ -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