aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo')
-rw-r--r--examples/demo/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/demo/README b/examples/demo/README
new file mode 100644
index 0000000..1d9cf68
--- /dev/null
+++ b/examples/demo/README
@@ -0,0 +1,15 @@
+0 and 1 are two stores, containing a manually constructed set of
+services. They are meant to be used with the repo commands of s6-rc,
+or with the s6-frontend package, to help you get familiar with the
+commands.
+
+ An uppercase service name means the service is a longrun. A
+lowercase one means the service is a oneshot.
+ Services named E*|e* are essential.
+ Services named R*|r* are recommended, i.e. they should appear as
+"active" rather than "usable" by default.
+ Services named N*|n* are only "usable" by default.
+ Foo-log means the service is a logger for Foo.
+ "essentials" is a bundle that every non-essential service should
+depend on, in order to only start after all the essential services
+are up.