File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ [unix_http_server]
2+ file=/var/run/supervisor.sock ; (the path to the socket file)
3+ chmod=0700 ; sockef file mode (default 0700)
4+
5+ [supervisord]
6+ logfile=/config/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
7+ pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
8+ childlogdir=/config/log ; ('AUTO' child log dir, default $TEMP)
9+ user=root
10+
11+ [rpcinterface:supervisor]
12+ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
13+
14+ [supervisorctl]
15+ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
16+
17+ [include]
18+ files = /etc/supervisor/conf.d/*.conf /share/workers/%(host_node_name)s/supervisor/*.conf
You can’t perform that action at this time.
0 commit comments