diff options
Diffstat (limited to 'system/s6-rc/slack-desc')
-rw-r--r-- | system/s6-rc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/s6-rc/slack-desc b/system/s6-rc/slack-desc new file mode 100644 index 000000000000..7f5f9361308d --- /dev/null +++ b/system/s6-rc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +s6: s6-rc (service manager for s6-based systems) +s6: +s6: s6-rc is a service manager for s6-based systems, i.e. a suite of +s6: programs that can start and stop services, both long-running daemons +s6: and one-time initialization scripts, in the proper order according +s6: to a dependency tree. It ensures that long-running daemons are +s6: supervised by the s6 infrastructure, and that one-time scripts are +s6: also run in a controlled environment. +s6: +s6: Homepage: https://skarnet.org/software/s6-rc/ +s6: |