2
0
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:
jbjohnso 2014-04-21 16:42:01 -04:00
parent 2a9c58ca72
commit e0f6bfeec2

View File

@ -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()