-[resolve](resolve.html): display resolve file contents of the service.
-[state](state.html): display state file contents of the service.
-[remove](remove.html): remove services and cleanup all files belong to it from the system.
-[remove](remove.html): remove service and cleanup all files belong to it within the system.
-[signal](signal.html): send a signal to services.
-[tree](tree.html): manage or see information of trees.
-[init](init.html): initiate to scandir all services marked enabled of a tree.
-[parse](parse.html): parse the service frontend file.
-[scandir](scandir.html): manage scandir.
-[boot](boot.html): boot the system.
...
...
@@ -91,4 +92,4 @@ Any dependency or required by dependency of a service or a tree chain will be au
For instance, during the `stop` command, if the `FooA` service has a declared required by dependency on `FooB`, `FooB` will be automatically considered and stopped first when `FooA` is stopped. This process will run recursively until all required by dependencies are stopped.
This applies to all `66` commands.
\ No newline at end of file
This applies to all `66` commands when it's necessary.