Skip to content
Snippets Groups Projects
Commit 42679e79 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

provide more details at disable enable doc

parent 45696ee9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
## Options
......
......@@ -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.
## Options
- **-h** : prints this help.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment