diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:28:09 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:28:09 +0000 |
| commit | df8c8876bc245c6124dd4691e5a95d8f397ca152 (patch) | |
| tree | fcfec66704123b58c286aab83af16ab1b5248a21 /examples/ROOT/img/services-local/syslogd-linux/README | |
| parent | 90acd08f35f9691753fdd523c6970365b6ea4b73 (diff) | |
| download | s6-df8c8876bc245c6124dd4691e5a95d8f397ca152.tar.gz | |
Add examples/ subtree
Diffstat (limited to 'examples/ROOT/img/services-local/syslogd-linux/README')
| -rw-r--r-- | examples/ROOT/img/services-local/syslogd-linux/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/ROOT/img/services-local/syslogd-linux/README b/examples/ROOT/img/services-local/syslogd-linux/README new file mode 100644 index 0000000..a3c3ba4 --- /dev/null +++ b/examples/ROOT/img/services-local/syslogd-linux/README @@ -0,0 +1,7 @@ +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. |
