diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-18 18:46:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-18 18:46:40 +0000 |
commit | 678508409a92f80cacd94a70e1e51ca4a389435a (patch) | |
tree | 8dc9502d1a8d6785d2ba14afe808a7b52942167a /examples/s6-svscanboot | |
parent | 0fbc13bdc5bf68c6ff44bca7d0f6db02ae045ba5 (diff) | |
download | s6-678508409a92f80cacd94a70e1e51ca4a389435a.tar.xz |
Add s6-socklog
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples/s6-svscanboot')
-rwxr-xr-x | examples/s6-svscanboot | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot index 6bac3a2..be4bea4 100755 --- a/examples/s6-svscanboot +++ b/examples/s6-svscanboot @@ -1,9 +1,9 @@ -#!/command/execlineb -P +#!/bin/execlineb -P -/command/exec -c -/command/s6-setsid -qb -/command/redirfd -r 0 /dev/null -/command/redirfd -wnb 1 /service/s6-svscan-log/fifo -/command/fdmove -c 2 1 -/command/exec -a s6-svscan -/command/s6-svscan -t0 /service +/bin/exec -c +/bin/s6-setsid -qb +/bin/redirfd -r 0 /dev/null +/bin/redirfd -wnb 1 /service/s6-svscan-log/fifo +/bin/fdmove -c 2 1 +/bin/exec -a s6-svscan +/bin/s6-svscan -t0 /service |