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

fix frontend doc

parent e9408d4b
No related branches found
No related tags found
No related merge requests found
Pipeline #13363 passed
......@@ -99,6 +99,6 @@ For example, to enable a intanced service, you can do:
Any dependency or required-by dependency of a service or a tree chain will be automatically resolved. Manually defining chains of interdependencies is unnecessary.
For instance, during the `stop` command, if the `FooA` service has a declared required-by dependency on `FooB`, `FooB` will be considered and automatically stopped first when `FooA` is stopped. This process will run recursively until all required-by dependencies are stopped.
For instance, during the `stop` command, if the `FooA` service has a declared required-by dependency on `FooB`, `FooB` will be considered and automatically stopped first when `FooA` is stopped. This process will run recursively until all required-by dependencies are stopped. This is also valuable for the opposite process, meaning start.
This applies to all `66` commands when it's necessary.
This diff is collapsed.
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