66
www.obarun.org
66-all
This command handles all service for all tree define for the current user of the proccess.
Interface
66-all [ -h help ] [ -v verbosity ] [ -l live ] [ -t tree ] [ -T timeout ] up/down
This tool expects to find an enabled tree(s)—see 66-tree -E option, or a specific one given by -t option of the current user of the process
and an already running scandir.
This tool is a safe wrapper build around 66-start and 66-stop tools.
Options
- -h : prints this help.
-
-v verbosity : increases/decreases
the verbosity of the command. 1(Default): Only print
error messages. 2: Also print warning messages.
3: Also print debugging messages.
-
-l live : changes the supervision directory of service to live. By default this will be /run/66. The default can
also be changed at compile time by passing the --livedir=live
option to ./configure. An existing absolute path is expected and
should be within a writable filesystem - likely a RAM filesystem—see 66-scandir.
-
-t tree : only handles service(s) for tree.
-
-T timeout : specifies a general timeout (in milliseconds)
passed to 66-start or 66-stop program.
By default, the timeout is 0, which means infinite.
-
up : sends a up signal to the all service of all tree.
-
down : sends a down signal to the all service of all tree.
Initialization phase
In case of up signal, 66-all will launch 66-init program to initiate service(s) of the tree(s).