diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-17 14:41:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-17 14:41:26 +0000 |
commit | fd69f337d8bf6ba3aa1c8418edc07ee899f84eb2 (patch) | |
tree | 9790fd4bde048a243d561a982e7287b2edae6eff /examples | |
parent | 76777450cdd90fd91cfed286a708d69c8b7ae525 (diff) | |
download | s6-fd69f337d8bf6ba3aa1c8418edc07ee899f84eb2.tar.xz |
version: 2.11.3.0v2.11.3.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/s6-svscanboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot index be4bea4..e8650cb 100755 --- a/examples/s6-svscanboot +++ b/examples/s6-svscanboot @@ -3,7 +3,7 @@ /bin/exec -c /bin/s6-setsid -qb /bin/redirfd -r 0 /dev/null -/bin/redirfd -wnb 1 /service/s6-svscan-log/fifo +/bin/redirfd -wnb 1 /run/service/s6-svscan-log/fifo /bin/fdmove -c 2 1 /bin/exec -a s6-svscan -/bin/s6-svscan -t0 /service +/bin/s6-svscan -t0 /run/service |