aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ROOT/img/tmpfs/service/s6-svscan-log/README
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-01-24 17:48:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-01-24 17:48:24 +0000
commit917fab4b4ddf202b078eae83de3e1311f2111cfa (patch)
tree812bb6f665bd05772bf6531482cae965acd6dca2 /examples/ROOT/img/tmpfs/service/s6-svscan-log/README
parent5b7777a52d0b70b6094547c7cb4056aa9664f69d (diff)
downloads6-917fab4b4ddf202b078eae83de3e1311f2111cfa.tar.gz
Delete obsolete examples/ROOT, refer to s6-linux-init instead
Diffstat (limited to 'examples/ROOT/img/tmpfs/service/s6-svscan-log/README')
-rw-r--r--examples/ROOT/img/tmpfs/service/s6-svscan-log/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/ROOT/img/tmpfs/service/s6-svscan-log/README b/examples/ROOT/img/tmpfs/service/s6-svscan-log/README
deleted file mode 100644
index 282d4f0..0000000
--- a/examples/ROOT/img/tmpfs/service/s6-svscan-log/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This service reads from the "fifo" named pipe and logs
-what it reads to the /tmp/uncaught-logs log directory.
-The whole supervision tree has its stderr redirected to "fifo",
-as well as services that do not have their own logger.
-So, /tmp/uncaught-logs is the catch-all logger: logs that aren't
-caught anywhere else end up there.
-
- You should create the "fifo" named pipe in this directory,
-belonging to nobody:nogroup with rights 0622.