summaryrefslogtreecommitdiff
path: root/examples/syslogd-linux/README
blob: 675715b09d025a29746db5d086343bb33d4ddddf (plain)
1
2
3
4
5
6
7
8
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.