Browse Source

[213] Include setuid in startup

Michal 'vorner' Vaner 13 years ago
parent
commit
6cd1c3aa7f
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/bin/bind10/bob.spec

+ 6 - 1
src/bin/bind10/bob.spec

@@ -8,9 +8,14 @@
         "item_type": "named_set",
         "item_optional": false,
         "item_default": {
+          "b10-auth": { "special": "auth", "kind": "needed", "priority": 10 },
+          "setuid": {
+            "special": "setuid",
+            "priority": 5,
+            "kind": "dispensable"
+          },
           "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
           "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
-          "b10-auth": { "special": "auth", "kind": "needed" },
           "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
           "b10-stats": { "address": "Stats", "kind": "dispensable" },
           "b10-stats-httpd": {