This commit is contained in:
Kyle Lahnakoski 2019-04-06 15:06:03 -04:00
Родитель 44141e86b7
Коммит 37575e51ad
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,13 +7,13 @@ logfile_backups=10
minfds=100000
[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
file=/etc/supervisor.sock ; (the path to the socket file)
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock
serverurl=unix:///etc/supervisor.sock
[program:es]
command=/usr/local/elasticsearch/bin/elasticsearch