@@ -23,6 +23,8 @@ The `66 -t` command option have no effect. `66` will detect automatically the as
In case of `module` service type, all services within the `module` are disabled.
Required by dependencies of services are also managed in chains. For example, if the `foo` service is disabled and required by `foobar`, `foobar` will also be disabled. This process occurs recursively.
Multiple *services* can be disabled by seperating their names with a space.
@@ -25,6 +25,8 @@ In case of `module` service type, all services within the `module` are enabled.
Multiple *services* can be enabled by seperating their names with a space.
Dependencies of services are also managed in chains. For example, if the `foo` service is enabled and depends on `foobar`', `foobar` will also be enabled. This process occurs recursively.