diff options
-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 |