diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-10-09 14:28:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-10-09 14:28:26 +0000 |
commit | 6724a0b86592fd293ead4bf66facec6e9afcbcb9 (patch) | |
tree | d9c66b13a632ee6c69f964729e17793042f67cc3 /examples | |
parent | 83af5922365b2c6e9decc7c8d6168deb76994e85 (diff) | |
download | s6-2.13.1.0.tar.xz |
version: 2.13.1.0v2.13.1.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 |