diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:28:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-19 01:28:09 +0000 |
commit | df8c8876bc245c6124dd4691e5a95d8f397ca152 (patch) | |
tree | fcfec66704123b58c286aab83af16ab1b5248a21 /examples/s6-svscanboot | |
parent | 90acd08f35f9691753fdd523c6970365b6ea4b73 (diff) | |
download | s6-df8c8876bc245c6124dd4691e5a95d8f397ca152.tar.xz |
Add examples/ subtree
Diffstat (limited to 'examples/s6-svscanboot')
-rwxr-xr-x | examples/s6-svscanboot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/s6-svscanboot b/examples/s6-svscanboot new file mode 100755 index 0000000..6a25ced --- /dev/null +++ b/examples/s6-svscanboot @@ -0,0 +1,8 @@ +#!/command/execlineb -P + +/command/exec -c +/command/redirfd -wnb 1 /service/s6-svscan-log/fifo +/command/fdmove -c 2 1 +/command/s6-envdir -I /service/.s6-svscan/env +/command/exec -a s6-svscan +/command/s6-svscan -t0 /service |