summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/pixelated/application.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/pixelated/application.py b/service/pixelated/application.py
index 90a179f0..e5839803 100644
--- a/service/pixelated/application.py
+++ b/service/pixelated/application.py
@@ -101,7 +101,6 @@ def initialize():
def start():
start_async = _start_mode(args, resource, services_factory)
- start_plugins()
add_top_level_system_callbacks(start_async, services_factory)
log.info('Running the reactor')
@@ -213,6 +212,8 @@ def start_site(config, resource):
if config.manhole:
log.info('Starting the manhole on port 8008')
+ start_plugins()
+
multiService = manhole_tap.makeService(dict(namespace=globals(),
telnetPort='8008',
sshPort='8009',