Skip to content

Commit

Permalink
[docker-base]: Upgrade supervisord to 3.3.3 and fix supervisord.conf (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos-github authored and lguohan committed Feb 14, 2018
1 parent 8f52845 commit 971be65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dockers/docker-base/etc/supervisor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
[unix_http_server]
file=/var/run/supervisor.sock ; (the path to the socket file)
chmod=0700 ; sockef file mode (default 0700)
username=dummy
password=dummy

[supervisord]
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
user=root

; the below section must remain in the config file for RPC
; (supervisorctl/web interface) to work, additional interfaces may be
Expand All @@ -17,6 +20,8 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
username=dummy
password=dummy

; The [include] section can just contain the "files" setting. This
; setting can list multiple files (separated by whitespace or
Expand Down
2 changes: 1 addition & 1 deletion rules/supervisor.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# supervisor package

SUPERVISOR_VERSION = 3.3.2
SUPERVISOR_VERSION = 3.3.3

export SUPERVISOR_VERSION

Expand Down

0 comments on commit 971be65

Please sign in to comment.