summaryrefslogtreecommitdiff
path: root/examples/syslogd-linux/log/README
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-06 16:23:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-06 16:23:19 +0000
commit4da6b9c320e6b49d38af5cb6b5861480141f24cd (patch)
treec920b72f5f291a29a71ca009ce113e4846b8a217 /examples/syslogd-linux/log/README
parent478dd24279f833042a94590df0726d163b576af5 (diff)
downloads6-4da6b9c320e6b49d38af5cb6b5861480141f24cd.tar.xz
- add -s support to s6-svscan
- change examples to support -s - change examples to invoke s6-rc, remove servicedirs
Diffstat (limited to 'examples/syslogd-linux/log/README')
-rw-r--r--examples/syslogd-linux/log/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/syslogd-linux/log/README b/examples/syslogd-linux/log/README
new file mode 100644
index 0000000..9d4968e
--- /dev/null
+++ b/examples/syslogd-linux/log/README
@@ -0,0 +1,9 @@
+ This logger service logs everything the syslogd service receives
+into subdirectories of /var/log/syslogd/ logdir.
+
+ The script provided in env/LOGSCRIPT emulates the default
+syslogd behaviour on a majority of Linux distributions.
+
+ Note that spaces cannot be used as is in the LOGSCRIPT file,
+because they are delimiters for the splitting of $LOGSCRIPT
+in the run script. So \s is used instead.