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

doc update

parent 435f663b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-all
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-boot
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-dbctl
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-disable
......@@ -13,7 +15,7 @@ author: Eric Vidal <eric@obarun.org>
66-disable [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -t tree ] [ -S ] [ -F ] [ -R ] service(s)
```
This tool expects to find an already enabled *service* inside the given *tree*. The targeted service(s) can also be stopped on the fly when disabling it with the **-S** option. Generally speaking this command is the strict opposite of the [66-enable](66-enable.html) tool.
This tool expects to find an already enabled *service* inside the given *tree*. The targeted service(s) can also be stopped on the fly when disabling it with the **-S** option. Generally speaking this command is the strict opposite of the [66-enable](66-enable.html) tool.
Multiple *services* can be disabled by seperating their names with a space.
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-echo
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-enable
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-env
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-hpr
......
......@@ -3,11 +3,13 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-init
This command initiates services from a given *tree* at a *live* directory.
This command initiates services from a given *tree* at a *live* directory.
## Interface
......@@ -39,11 +41,11 @@ This tool expects to find an already created [scandir](66-scandir.html) director
## Arguments
- **classic** : only initiate all `classic` services from *tree* at *live* location.
- **classic** : only initiate all `classic` services from *tree* at *live* location.
- **datatabe** : only initiate all `bundle` and `atomic` services from *tree* at *live* location.
- **datatabe** : only initiate all `bundle` and `atomic` services from *tree* at *live* location.
- **both** : initiate all `classic` services and all `bundle` and `atomic` services from *tree* at *live* location.
- **both** : initiate all `classic` services and all `bundle` and `atomic` services from *tree* at *live* location.
## Initialization process
......
......@@ -3,11 +3,13 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-inresolve
This command displays the contents of the service's *resolve* file.
This command displays the contents of the service's *resolve* file.
## Interface
......@@ -31,4 +33,4 @@ This command displays the contents of the service's *resolve* file.
- **-t** *tree* : only searches the service at the specified *tree*, when the same service may be enabled in more trees.
- **-l** : displays the contents of the associated logger's *resolve* file if any.
- **-l** : displays the contents of the associated logger's *resolve* file if any.
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-inservice
......@@ -39,13 +41,13 @@ This command displays information about services.
- **-g** : shows the dependency list of the *service* as a hierarchical graph instead of a list.
- **-d** *depth* : limits the depth of the dependency list visualisation; default is 1. This implies **-g** option.
- **-d** *depth* : limits the depth of the dependency list visualisation; default is 1. This implies **-g** option.
- **-r** : shows the dependency list of *services* in reverse mode.
- **-t** *tree* : only searches the *service* at the specified *tree*, when the same service may be enabled in more trees.
- **-p** *nline* : prints the *nline* last lines from the log file of the *service*. Default is 20.
- **-p** *nline* : prints the *nline* last lines from the log file of the *service*. Default is 20.
## Valid fields for -o options
......@@ -69,7 +71,7 @@ This command displays information about services.
## Command and output examples
The command `66-inservice 00` run as root user on [Obarun](https://web.obarun.org)'s default system, displays the following, where *00* is a service contained in the tree boot:
The command `66-inservice 00` run as root user on [Obarun](https://web.obarun.org)'s default system, displays the following, where *00* is a service contained in the tree boot:
```
Name : 00
......
......@@ -3,11 +3,13 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-instate
This command displays the contents of the service's *state* file.
This command displays the contents of the service's *state* file.
## Interface
......@@ -31,4 +33,4 @@ This command displays the contents of the service's *state* file.
- **-t** *tree* : only searches the service at the specified *tree*, when the same service may be enabled in more trees.
- **-l** : displays the contents of the associated logger's *state* file if any.
- **-l** : displays the contents of the associated logger's *state* file if any.
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-intree
......@@ -41,7 +43,7 @@ This command displays information about trees.
- **-g** : shows the dependency list of the *service* as a hierarchical graph instead of a list.
- **-d** *depth* : limits the depth of the dependency list visualisation; default is 1. This implies **-g** option.
- **-d** *depth* : limits the depth of the dependency list visualisation; default is 1. This implies **-g** option.
- **-r** : shows the dependency list of *tree* in reverse mode.
......@@ -95,7 +97,7 @@ The field *Symlinks* tells you if the current live state point to the *source* o
The field *Contents* gives you a list of all services enabled in the *tree*.
You can display the contents list as a graph and only these fields using the command `66-intree -o contents -g boot`:
You can display the contents list as a graph and only these fields using the command `66-intree -o contents -g boot`:
```
Contents : /
......@@ -125,10 +127,10 @@ You can display the contents list as a graph and only these fields using the com
├─(0,Enabled,oneshot) system-fontnkey
├─(0,Enabled,oneshot) devices-dmraid
├─(0,Enabled,oneshot) devices-btrfs
├─(0,Enabled,oneshot) devices-lvm
├─(0,Enabled,oneshot) devices-lvm
├─(0,Enabled,oneshot) devices-zfs
├─(0,Enabled,bundle) system-Devices
├─(0,Enabled,oneshot) mount-swap
├─(0,Enabled,oneshot) mount-swap
├─(0,Enabled,bundle) all-Mount
├─(0,Enabled,oneshot) system-fsck
├─(0,Enabled,oneshot) mount-fstab
......@@ -140,7 +142,7 @@ You can display the contents list as a graph and only these fields using the com
├─(0,Enabled,oneshot) local-sethostname
├─(0,Enabled,oneshot) local-time
├─(0,Enabled,oneshot) local-authfiles
├─(0,Enabled,oneshot) local-tmpfiles
├─(0,Enabled,oneshot) local-tmpfiles
├─(0,Enabled,oneshot) local-rc
├─(0,Enabled,oneshot) local-dmesg
├─(0,Enabled,bundle) all-Local
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-nuke
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-parser
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-scanctl
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-scandir
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-shutdown
......@@ -61,7 +63,7 @@ The *66-shutdown* program abides to the standards of the LSB-3.0.0 [shutdown](ht
- **-F** : ignored.
- **-c** : cancel a planned shutdown. Can only cancel the effect of a previous call to *shutdown* with a time argument that was not *now*. This cannot be used to interrupt a shutdown sequence that has already started.
- **-c** : cancel a planned shutdown. Can only cancel the effect of a previous call to *shutdown* with a time argument that was not *now*. This cannot be used to interrupt a shutdown sequence that has already started.
## Notes
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-shutdownd
......
......@@ -3,6 +3,8 @@ author: Eric Vidal <eric@obarun.org>
[66](index.html)
[Software](https://web.obarun.org/software)
[obarun.org](https://web.obarun.org)
# 66-start
......
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