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/syslogd-linux/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/syslogd-linux/README (limited to 'examples/syslogd-linux/README') diff --git a/examples/syslogd-linux/README b/examples/syslogd-linux/README new file mode 100644 index 0000000..675715b --- /dev/null +++ b/examples/syslogd-linux/README @@ -0,0 +1,9 @@ +This is an example of a service directory for process supervision by s6. + +This syslogd emulation works on any Unix where syslog() is +implemented via a connection on the /dev/log Unix-domain socket. +It needs a Unix superserver (see s6-networking, ucspi-unix or +ucspi-ipc) and ucspilogd. +A ucspilogd process is spawned for every syslog() client. It +processes logs and sends them to stderr, i.e. the service's +logger. -- cgit v1.3.1