examples/var_service/README: fix an error

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
master
Denys Vlasenko 2023-05-18 13:30:10 +02:00
parent 2f663a6f7d
commit c5682813ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 subdirectory. A typical choice is to start an instance of runsvdir
which supervises services in subdirectories of /var/service/. 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. and will connect stdout of main service to the stdin of log service.
This is primarily used for logging. This is primarily used for logging.