diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-03-20 08:03:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-20 08:03:52 +0700 |
commit | 662d49e85512b2d804fcb9e0292c4149d3ed2787 (patch) | |
tree | 6fd030326f6b824da893ba50493739f56bc40b72 /system/tini/slack-desc | |
parent | 8a9ca84cb62812470d710da158a674f7210444a9 (diff) | |
download | slackbuilds-662d49e85512b2d804fcb9e0292c4149d3ed2787.tar.gz |
system/tini: Added (init for containers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tini/slack-desc')
-rw-r--r-- | system/tini/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/tini/slack-desc b/system/tini/slack-desc new file mode 100644 index 0000000000..5628a551b5 --- /dev/null +++ b/system/tini/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------------------------------------------------------| +tini: tini (a tiny but valid init for containers) +tini: +tini: All Tini does is spawn a single child (Tini is meant to be run in a +tini: container), and wait for it to exit all the while reaping zombies and +tini: performing signal forwarding. +tini: +tini: Homepage: https://github.com/krallin/tini +tini: +tini: +tini: +tini: |