diff options
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 |