Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-05-18 14:30:10 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-05-18 14:30:10 +0300
commitc5682813abb2f24a7ab026c905af73eea58cb621 (patch)
tree4821dd37cce2c8d9490930eecdfefd32d4704947 /examples
parent2f663a6f7d4264ddffc33f857b24d6a4e1e1bc61 (diff)
examples/var_service/README: fix an error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/var_service/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/README b/examples/var_service/README
index 15a1bc9d2..02d987515 100644
--- a/examples/var_service/README
+++ b/examples/var_service/README
@@ -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.