Skip to content

Commit 7312437

Browse files
committed
jeez
1 parent 6ae7e52 commit 7312437

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)