diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
commit | db7e83c95875fdc630a4014b323f9fbec205ba6c (patch) | |
tree | 41e0ec15c6c8fc4a6abdfa8179327fa083a8729e /examples/README | |
parent | 1cdd470038332a0355d7923483fc7b23cd7e8b7a (diff) | |
download | s6-rc-db7e83c95875fdc630a4014b323f9fbec205ba6c.tar.xz |
Added the example source.
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..0742098 --- /dev/null +++ b/examples/README @@ -0,0 +1,13 @@ + An example set of service definition directories. + + ok-all is the bundle containing all the services used +for normal operation of the machine this set has been taken +out of; the stage 2 init script of this machine is basically +"s6-rc-init && s6-rc change ok-all". + + ok-all contains ok-local, ok-lan and ok-wan, all bundles +each containing their own services. + + "00" is the service at the bottom of the dependency graph. +So 00/up is the first script that is run by the initial +"s6-rc change ok-all" command. |