gamegos / cesi

CeSI is a web interface for managing multiple supervisors from the same place.
GNU General Public License v3.0
571 stars 184 forks source link

Using unix socket #85

Open kootenpv opened 3 years ago

kootenpv commented 3 years ago

I have inherited the following setup:

...
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl = unix://%(ENV_HOME)s/supervisord.sock
...

Could this work also via a unix socket?