diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-05-18 13:30:10 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-05-18 13:30:10 +0200 |
commit | c5682813abb2f24a7ab026c905af73eea58cb621 (patch) | |
tree | 4821dd37cce2c8d9490930eecdfefd32d4704947 | |
parent | 2f663a6f7d4264ddffc33f857b24d6a4e1e1bc61 (diff) | |
download | busybox-w32-c5682813abb2f24a7ab026c905af73eea58cb621.tar.gz busybox-w32-c5682813abb2f24a7ab026c905af73eea58cb621.tar.bz2 busybox-w32-c5682813abb2f24a7ab026c905af73eea58cb621.zip |
examples/var_service/README: fix an error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | examples/var_service/README | 2 |
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 | |||
43 | subdirectory. A typical choice is to start an instance of runsvdir | 43 | subdirectory. A typical choice is to start an instance of runsvdir |
44 | which supervises services in subdirectories of /var/service/. | 44 | which supervises services in subdirectories of /var/service/. |
45 | 45 | ||
46 | If /var/service/log/ exists, runsv will supervise two services, | 46 | If /var/service/SERVICE_DIR/log/ exists, runsv will supervise two services, |
47 | and will connect stdout of main service to the stdin of log service. | 47 | and will connect stdout of main service to the stdin of log service. |
48 | This is primarily used for logging. | 48 | This is primarily used for logging. |
49 | 49 | ||