diff options
Diffstat (limited to 'examples/klogd-linux/README')
-rw-r--r-- | examples/klogd-linux/README | 5 |
1 files changed, 5 insertions, 0 deletions
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. |