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

fix 66 main documentation

parent 5aa2f8e8
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,11 @@ Tool to control the state of the system and service manager.
## Interface
```
66 [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -T timeout ] [ -t tree ] start|stop|reload|restart|free|reconfigure|enable|disable|configure|status|resolve|state|remove|signal|tree|init|parse|scandir|boot|poweroff|reboot|halt|version [<command options> or subcommand <subcommand options>] service...|tree
66 [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -T timeout ] [ -t tree ] start|stop|reload|restart|free|reconfigure|enable|disable|configure|status|resolve|state|remove|signal|tree|parse|scandir|boot|poweroff|reboot|halt|version [<command options> or subcommand <subcommand options>] service...|tree
```
Invocation of `66` can be made as `root` or `regular account`.
## Options
These options are available all commands except the `-t` options. In such cases, the help of the specific command provides clarification.
......@@ -53,10 +55,9 @@ These options are available all commands except the `-t` options. In such cases,
- [status](status.html): display services information.
- [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.
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