aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
43subdirectory. A typical choice is to start an instance of runsvdir 43subdirectory. A typical choice is to start an instance of runsvdir
44which supervises services in subdirectories of /var/service/. 44which supervises services in subdirectories of /var/service/.
45 45
46If /var/service/log/ exists, runsv will supervise two services, 46If /var/service/SERVICE_DIR/log/ exists, runsv will supervise two services,
47and will connect stdout of main service to the stdin of log service. 47and will connect stdout of main service to the stdin of log service.
48This is primarily used for logging. 48This is primarily used for logging.
49 49