blob: bd9014c41fe40f06843783fe221cde5c06ea5238 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 <template>.<service>
|