diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2020-01-12 21:46:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 21:46:27 +0700 |
commit | 26bf79fad6de777a5eafa588c4ca69c2ff06ae6a (patch) | |
tree | 280a658b0c576caea55b07b53d1fc2681babab3b /system/s6-rc/slack-desc | |
parent | 80e0de16771ef475d8a538e7dcc9dbbb1a01d1d4 (diff) |
system/s6-rc: Added (service manager for s6-based systems).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..7f5f936130 --- /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: |