diff --git a/daemon/core/services/__init__.py b/daemon/core/services/__init__.py index 95d4294e..52ced896 100644 --- a/daemon/core/services/__init__.py +++ b/daemon/core/services/__init__.py @@ -3,4 +3,4 @@ Services available to nodes can be put in this directory. Everything listed in __all__ is automatically loaded by the main core module. """ -__all__ = ["quagga", "nrl", "xorp", "bird", "utility", "security", "ucarp"] +__all__ = ["quagga", "nrl", "xorp", "bird", "utility", "security", "ucarp", "dockersvc"]