[git commit] examples/var_service/README: fix an error

Denys Vlasenko vda.linux at googlemail.com
Thu May 18 11:30:10 UTC 2023


commit: https://git.busybox.net/busybox/commit/?id=c5682813abb2f24a7ab026c905af73eea58cb621
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 examples/var_service/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 


More information about the busybox-cvs mailing list