diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2017-05-27 00:14:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:29:17 +0700 |
commit | 078eb2ab0f1fdffc38ced39c1e0bb770ed977e31 (patch) | |
tree | afaca9b529207277f28c98bc1a49d9dac93d8aca /system/daemontools/slack-desc | |
parent | c85df60ebec427cc345bb8b4ae387d7ea808db1c (diff) |
system/daemontools: Added (djb's tools for managing UNIX services).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/daemontools/slack-desc')
-rw-r--r-- | system/daemontools/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/daemontools/slack-desc b/system/daemontools/slack-desc new file mode 100644 index 0000000000000..4b7b42f866a20 --- /dev/null +++ b/system/daemontools/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------------------------------------------------------| +daemontools: daemontools (djb's tools for managing UNIX services) +daemontools: +daemontools: daemontools includes several programs. supervise monitors a service. +daemontools: It starts the service and restarts the service if it dies. Setting up +daemontools: a new service is easy: all supervise needs is a directory with a run +daemontools: script that runs the service. +daemontools: +daemontools: Also included are multilog (save error messages to one or more logs), +daemontools: svscan (starts one supervise process for each service), svscanboot +daemontools: (run by init to start svscan in the /service directory), +daemontools: readproctitle (show error messages in ps o/p) and many others. |