This program performs some early preparations, spawns a process that will run the `rc.init` script and then execs into [scandir start](scandir.html).
## Exit codes
...
...
@@ -82,7 +80,7 @@ When booting a system, command *boot* performs the following operations:
- It execs into [66 -v VERBOSITY -l LIVE start](scandir.html) with `LIVE/scandir/0` (default `%%livedir%%/scandir/0`) as its scandir.
* [scandir start](scandir.html) transitions into [s6-svscan](https://skarnet.org/software/s6/s6-svscan.html) which spawns the early services that are defined in *TREE* where one of those services is `scandir-log`, which is the `catch-all` logger. Once this service is up *66-boot*'s child *stage2* unblocks.
* [scandir start](scandir.html) transitions into [s6-svscan](https://skarnet.org/software/s6/s6-svscan.html) which spawns the early services that are defined in *TREE* where one of those services is `scandir-log`, which is the `catch-all` logger. Once this service is up `boot's` command child *stage2* unblocks.
@@ -14,7 +14,7 @@ This command reloads one or more services.
## Interface
```
reload [ -h ] [ -P ] service(s)
reload [ -h ] [ -P ] service...
```
This command send a `SIGHUP` signal to *service*. Many daemon reacts of `SIGHUP` signal to re-read its configuration file that has been changed. This command expects to find an already running *service*.