Browse Source

[213] Comment

Michal 'vorner' Vaner 13 years ago
parent
commit
c75108b70a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bin/bind10/bind10_src.py.in

+ 4 - 0
src/bin/bind10/bind10_src.py.in

@@ -245,6 +245,10 @@ class BoB:
         self.brittle = brittle
         self._component_configurator = isc.bind10.component.Configurator(self,
             isc.bind10.special_component.get_specials())
+        # The priorities here make them start in the correct order. First
+        # the socket creator (which would drop root privileges by then),
+        # then message queue and after that the config manager (which uses
+        # the config manager)
         self.__core_components = {
             'sockcreator': {
                 'kind': 'core',