aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ROOT/img/tmpfs/service/s6-svscan-log/README
diff options
context:
space:
mode:
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, 9 insertions, 0 deletions
diff --git a/examples/ROOT/img/tmpfs/service/s6-svscan-log/README b/examples/ROOT/img/tmpfs/service/s6-svscan-log/README
new file mode 100644
index 0000000..282d4f0
--- /dev/null
+++ b/examples/ROOT/img/tmpfs/service/s6-svscan-log/README
@@ -0,0 +1,9 @@
+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.