From 1473905fd7b31abafb54929fbd3c84e53cdc7841 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sat, 28 Feb 2015 21:41:29 +0000 Subject: Update s6 example files Change -t to t for s6-log scripts: With the release of s6 v2.1.1.0 the -t flag to s6-log was depricated and replaced with a per-match control directive. This updates the example scripts to follow the current supported logging syntax. Update syslogd-linux example logger: It's helpful if you're doing syslog-style logging to split your log streams into different files in addition to a consolidated log. This change also splits the logging script out to be easier to manage. This also serves a second purpose of highlighting the fact that s6-log supports multiple log targets. Remove (most) absolute paths for non-init replacement s6-svscan: With non-slashpackage installs becoming the default, odds are that the execline and s6 binaries will be installed somewhere in the path. While all the example scripts still make calls to /command/execlineb, it makes sense to reduce the amount of editing needed to make these scripts work. Updating gitignore to skip trying to add vim turds --- examples/ROOT/img/tmpfs/service/s6-svscan-log/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ROOT/img/tmpfs') diff --git a/examples/ROOT/img/tmpfs/service/s6-svscan-log/run b/examples/ROOT/img/tmpfs/service/s6-svscan-log/run index a55a822..7536e1f 100755 --- a/examples/ROOT/img/tmpfs/service/s6-svscan-log/run +++ b/examples/ROOT/img/tmpfs/service/s6-svscan-log/run @@ -3,7 +3,7 @@ redirfd -w 2 /dev/console redirfd -rnb 0 fifo s6-setuidgid nobody exec -c -s6-log -bpt /tmp/uncaught-logs +s6-log -bp t /tmp/uncaught-logs # The -p option is important: # even if s6-svscan is told to kill everything, -- cgit v1.2.3