From 38be6c13f76e893cf47636257071b440dec0c5b2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/s6/files/etc/s6-rc/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bundles/s6/files/etc/s6-rc/README (limited to 'bundles/s6/files/etc/s6-rc/README') diff --git a/bundles/s6/files/etc/s6-rc/README b/bundles/s6/files/etc/s6-rc/README new file mode 100644 index 0000000..bd9014c --- /dev/null +++ b/bundles/s6/files/etc/s6-rc/README @@ -0,0 +1,18 @@ + +./services +---------- +this is the base s6-rc service tree that is merged with the services generated +by `s6-rc-generate`. +There MUST at least be a default target, most commonly a `bundle` that declares +the set of services that should run on boot. + +./templates +----------- +defines a set of services templates `s6-rc-generate` uses as input, +the string `+service` will be replaced with the target service name +(works in file names and inside files) + +./generate +---------- +defines a set of services `s6-rc-generate` should generate, +the names MUST be in the format