mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 19:37:57 +00:00
Actually invoke the attempt at console autostart
This commit is contained in:
parent
2a9c58ca72
commit
e0f6bfeec2
@ -25,6 +25,7 @@
|
||||
# It also will optionally snoop SLP DA requests
|
||||
|
||||
import atexit
|
||||
import confluent.consoleserver as consoleserver
|
||||
import confluent.pluginapi as pluginapi
|
||||
import confluent.httpapi as httpapi
|
||||
import confluent.sockapi as sockapi
|
||||
@ -114,6 +115,7 @@ def run():
|
||||
#dbgsock = eventlet.listen("/var/run/confluent/dbg.sock",
|
||||
# family=socket.AF_UNIX)
|
||||
#eventlet.spawn_n(backdoor.backdoor_server, dbgsock)
|
||||
consoleserver.start_console_sessions()
|
||||
webservice = httpapi.HttpApi()
|
||||
webservice.start()
|
||||
sockservice = sockapi.SockApi()
|
||||
|
Loading…
x
Reference in New Issue
Block a user