mirror of https://github.com/mirror/busybox.git
examples/var_service/README: fix an error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>master
parent
2f663a6f7d
commit
c5682813ab
|
@ -43,7 +43,7 @@ directory, running one child runsv process for the service in each
|
|||
subdirectory. A typical choice is to start an instance of runsvdir
|
||||
which supervises services in subdirectories of /var/service/.
|
||||
|
||||
If /var/service/log/ exists, runsv will supervise two services,
|
||||
If /var/service/SERVICE_DIR/log/ exists, runsv will supervise two services,
|
||||
and will connect stdout of main service to the stdin of log service.
|
||||
This is primarily used for logging.
|
||||
|
||||
|
|
Loading…
Reference in New Issue