From 4da6b9c320e6b49d38af5cb6b5861480141f24cd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 6 Oct 2015 16:23:19 +0000 Subject: - add -s support to s6-svscan - change examples to support -s - change examples to invoke s6-rc, remove servicedirs --- examples/klogd-linux/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/klogd-linux/README (limited to 'examples/klogd-linux/README') diff --git a/examples/klogd-linux/README b/examples/klogd-linux/README new file mode 100644 index 0000000..712cfa3 --- /dev/null +++ b/examples/klogd-linux/README @@ -0,0 +1,5 @@ +This is an example of a service directory for process supervision by s6. + +This klogd emulation is only valid under Linux. +The service only processes logs from /proc/kmsg and +sends them to stdout, i.e. its own logger. -- cgit v1.3.1