From 044e7a2b7975c0b4170f4c0d61ac2bdaee1873ea Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 23 Jan 2026 06:53:52 +0000 Subject: Clarify examples README --- examples/demo/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/demo/README (limited to 'examples/demo') 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. -- cgit v1.3.1