From 0e23f8f864a795214506918de4f7f5897f5e0730 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 1 Mar 2015 07:28:43 +0000 Subject: Cleanup changes in examples/ (thanks Colin Booth) --- examples/ROOT/img/tmpfs/README | 4 +++- examples/ROOT/img/tmpfs/service/s6-svscan-log/run | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/ROOT/img/tmpfs') diff --git a/examples/ROOT/img/tmpfs/README b/examples/ROOT/img/tmpfs/README index 3b329e4..0a9035d 100644 --- a/examples/ROOT/img/tmpfs/README +++ b/examples/ROOT/img/tmpfs/README @@ -4,4 +4,6 @@ during stage 1 init, so the basics are covered for stage 2: - /tmp points to a real, writable temporary directory - /service points to a real, writable scan directory that already contains basic services (s6-svscan's own logger and -an early getty). +an early getty) + - /mnt/tmpfs/uncaught-logs is the place in RAM where the +catch-all logger stores and rotates its logs. diff --git a/examples/ROOT/img/tmpfs/service/s6-svscan-log/run b/examples/ROOT/img/tmpfs/service/s6-svscan-log/run index 7536e1f..47eb828 100755 --- a/examples/ROOT/img/tmpfs/service/s6-svscan-log/run +++ b/examples/ROOT/img/tmpfs/service/s6-svscan-log/run @@ -3,7 +3,7 @@ redirfd -w 2 /dev/console redirfd -rnb 0 fifo s6-setuidgid nobody exec -c -s6-log -bp t /tmp/uncaught-logs +s6-log -bp t /mnt/tmpfs/uncaught-logs # The -p option is important: # even if s6-svscan is told to kill everything, -- cgit v1.2.3