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

reorganize list of doc

parent 361add79
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ author: Eric Vidal <eric@obarun.org> ...@@ -9,7 +9,7 @@ author: Eric Vidal <eric@obarun.org>
# 66 # 66
Tool to control the state of the system and service manager. Program to control the state of the system and service manager.
## Interface ## Interface
...@@ -43,24 +43,33 @@ These options are available all commands except the `-t` options. In such cases, ...@@ -43,24 +43,33 @@ These options are available all commands except the `-t` options. In such cases,
## Commands ## Commands
### Debug command
- [parse](parse.html): parse the service frontend file.
- [resolve](resolve.html): display the service's resolve file contents.
- [state](state.html): display service's state file contents.
### Admin command
- [boot](boot.html): boot the system.
- [scandir](scandir.html): manage scandir.
- [init](init.html): initiate service of a tree.
- [signal](signal.html): send a signal to services.
### User command
- [start](start.html): bring up services. - [start](start.html): bring up services.
- [stop](stop.html): bring down services. - [stop](stop.html): bring down services.
- [reload](reload.html): send a SIGHUP signal to services.
- [restart](restart.html): bring down then bring up services.
- [free](free.html): bring down services and remove it from scandir.
- [reconfigure](reconfigure.html): bring down, unsupervise, parse it again and bring up service.
- [enable](enable.html): activate services for the next boot. - [enable](enable.html): activate services for the next boot.
- [disable](disable.html): deactivate services for the next boot. - [disable](disable.html): deactivate services for the next boot.
- [configure](configure.html): manage service environment variables. - [reload](reload.html): send a SIGHUP signal to services.
- [restart](restart.html): bring down then bring up services.
- [status](status.html): display service information. - [status](status.html): display service information.
- [resolve](resolve.html): display the service's resolve file contents. - [configure](configure.html): manage service environment variables.
- [state](state.html): display service's state file contents. - [reconfigure](reconfigure.html): bring down, unsupervise, parse it again and bring up service.
- [remove](remove.html): remove service and cleanup all files belong to it within 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. - [free](free.html): bring down services and remove it from scandir.
- [tree](tree.html): manage or see information of trees. - [tree](tree.html): manage or see information of trees.
- [parse](parse.html): parse the service frontend file.
- [scandir](scandir.html): manage scandir.
- [boot](boot.html): boot the system.
- [poweroff](poweroff.html): poweroff the system. - [poweroff](poweroff.html): poweroff the system.
- [reboot](reboot.html): reboot the system. - [reboot](reboot.html): reboot the system.
- [halt](halt.html): halt the system. - [halt](halt.html): halt the system.
...@@ -92,4 +101,4 @@ Any dependency or required-by dependency of a service or a tree chain will be au ...@@ -92,4 +101,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 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 applies to all `66` commands when it's necessary. This applies to all `66` commands when it's necessary.
\ No newline at end of file
...@@ -12,13 +12,12 @@ Sixty-six is a service manager built around [s6](https://skarnet.org/software/s6 ...@@ -12,13 +12,12 @@ Sixty-six is a service manager built around [s6](https://skarnet.org/software/s6
Examples of what can be achieved by assembling different programs provided by *66*: Examples of what can be achieved by assembling different programs provided by *66*:
- Frontend service files declaration. - Frontend service files declaration.
- Easy creation of a scandir. - Easy creation of a scandir.
- Nested supervision tree. - Nested supervision tree.
- Instance service file creation. - Instance service file creation.
- Multiple directories service file declaration(packager,sysadmin,user). - Multiple directories service file declaration(packager,sysadmin,user).
- Easy change of service configuration. - Easy change of service configuration.
- Automatic logger creation. - Automatic logger creation even for oneshot service.
- Service Notification. - Service Notification.
- Organizes services as a tree. - Organizes services as a tree.
- Easy view of service status. - Easy view of service status.
...@@ -46,20 +45,20 @@ See [changes](upgrade.html) between version. ...@@ -46,20 +45,20 @@ See [changes](upgrade.html) between version.
## Commands ## Commands
### Debug tools ### Debug command
- [parser](parser.html) - [parse](parse.html)
- [resolve](resolve.html) - [resolve](resolve.html)
- [state](state.html) - [state](state.html)
### Admin tools ### Admin command
- [boot](boot.html) - [boot](boot.html)
- [scandir](scandir.html) - [scandir](scandir.html)
- [init](init.html) - [init](init.html)
- [signal](signal.html) - [signal](signal.html)
### User tools ### User command
- [start](start.html) - [start](start.html)
- [stop](stop.html) - [stop](stop.html)
...@@ -76,6 +75,7 @@ See [changes](upgrade.html) between version. ...@@ -76,6 +75,7 @@ See [changes](upgrade.html) between version.
- [poweroff](poweroff.html) - [poweroff](poweroff.html)
- [reboot](reboot.html) - [reboot](reboot.html)
- [halt](halt.html) - [halt](halt.html)
- [version](version.html)
### Extra tools ### Extra tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment