diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/klogd-linux/run | 2 | ||||
-rwxr-xr-x | examples/s6-svscanboot | 2 | ||||
-rwxr-xr-x | examples/syslogd/run | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/klogd-linux/run b/examples/klogd-linux/run index ae9935a..a474dc9 100755 --- a/examples/klogd-linux/run +++ b/examples/klogd-linux/run @@ -1,4 +1,4 @@ -#!/bin/execlineb -P +#!/bin/execlineb -S0 fdmove -c 2 1 redirfd -r 0 /proc/kmsg exec -c diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot index 797b9bf..40d6441 100755 --- a/examples/s6-svscanboot +++ b/examples/s6-svscanboot @@ -5,4 +5,4 @@ /bin/redirfd -wnb 1 /run/service/s6-svscan-log/fifo /bin/fdmove -c 2 1 /bin/exec -ca s6-svscan -/bin/s6-svscan -t0 /run/service +/bin/s6-svscan /run/service diff --git a/examples/syslogd/run b/examples/syslogd/run index 98a52d9..fcbc590 100755 --- a/examples/syslogd/run +++ b/examples/syslogd/run @@ -1,4 +1,4 @@ -#!/bin/execlineb -P +#!/bin/execlineb -S0 fdmove -c 2 1 s6-envuidgid nobody s6-socklog -d3 -U -t3000 |