@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/var/run/supervisor.sock ; (the path to the socket file)
|
file=/var/run/supervisord.sock ; (the path to the socket file)
|
||||||
chmod=0700 ; sockef file mode (default 0700)
|
chmod=0700 ; sockef file mode (default 0700)
|
||||||
|
|
||||||
;[inet_http_server]
|
;[inet_http_server]
|
||||||
@ -22,7 +22,7 @@ user=root
|
|||||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
serverurl=unix:///var/run/supervisord.sock ; use a unix:// URL for a unix socket
|
||||||
|
|
||||||
; The [include] section can just contain the "files" setting. This
|
; The [include] section can just contain the "files" setting. This
|
||||||
; setting can list multiple files (separated by whitespace or
|
; setting can list multiple files (separated by whitespace or
|
||||||
|
Reference in New Issue
Block a user