diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-03 23:29:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-03 23:29:22 +0000 |
commit | bcb2bb4b6ee85f19c80472df9b44eff0c4016e7b (patch) | |
tree | 55f0c27f82b3a13e5f4f76f3a8f09796239e5769 /examples/ROOT/img/services-local/syslogd-linux/log/README | |
parent | 3c933c332b037f427c123f2cf958b717c5f1605a (diff) | |
download | s6-bcb2bb4b6ee85f19c80472df9b44eff0c4016e7b.tar.xz |
- fix the LOGSCRIPT in examples/.../syslogd-linux/log
- fix comments in a few examples/.../README
- add a /var symlink in examples/ROOT
Diffstat (limited to 'examples/ROOT/img/services-local/syslogd-linux/log/README')
-rw-r--r-- | examples/ROOT/img/services-local/syslogd-linux/log/README | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/ROOT/img/services-local/syslogd-linux/log/README b/examples/ROOT/img/services-local/syslogd-linux/log/README index de384ce..9d4968e 100644 --- a/examples/ROOT/img/services-local/syslogd-linux/log/README +++ b/examples/ROOT/img/services-local/syslogd-linux/log/README @@ -1,4 +1,9 @@ -This logger service logs everything the syslogd service receives -into the /var/log/syslogd/ logdir. -You may want to edit the logging script to provide filters to -change s6-log's behaviour. + 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. |