diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-14 12:43:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-14 12:43:00 +0000 |
commit | 9dca040a5fc2a763bbd530a457b6839ed90a45f3 (patch) | |
tree | d9cd55cfb3aa19680a83467936213701c34b5b1f | |
parent | ac8aa13ea5bab59ec23999744dcb4e0137cc6f6d (diff) | |
download | s6-9dca040a5fc2a763bbd530a457b6839ed90a45f3.tar.xz |
version: 2.8.0.1v2.8.0.1
-rw-r--r-- | doc/overview.html | 2 | ||||
-rwxr-xr-x | examples/s6-svscanboot | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/overview.html b/doc/overview.html index 848d38d..781fa70 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -369,7 +369,7 @@ notify their own readiness but provide a way for an external program to check whether they're ready or not: <a href="s6-notifyoncheck.html">s6-notifyoncheck</a>. This is polling, which is bad, but unfortunately necessary for -many daemons as of 2018. </li> +many daemons as of 2019. </li> </ul> <p> diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot index adabb1a..6bac3a2 100755 --- a/examples/s6-svscanboot +++ b/examples/s6-svscanboot @@ -1,7 +1,6 @@ #!/command/execlineb -P /command/exec -c -/command/s6-envdir -I /service/.s6-svscan/env /command/s6-setsid -qb /command/redirfd -r 0 /dev/null /command/redirfd -wnb 1 /service/s6-svscan-log/fifo |