aboutsummaryrefslogtreecommitdiff
path: root/system/daemontools-bin/slack-desc
diff options
context:
space:
mode:
authorAaditya Bagga <aaditya_gnulinux@zoho.com>2019-10-19 10:56:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-19 10:56:48 +0700
commit119392d16f620777a000dbf34e46947c59efeb09 (patch)
treeb94b9a7b969faa8c8ecfb7ba1a61f8554eaf51ac /system/daemontools-bin/slack-desc
parent7b8c0065d150e1305d1f2f0d97f55812abf87573 (diff)
system/daemontools-bin: Added (manage UNIX services).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/daemontools-bin/slack-desc')
-rw-r--r--system/daemontools-bin/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/daemontools-bin/slack-desc b/system/daemontools-bin/slack-desc
new file mode 100644
index 0000000000000..b8b9a10d0a063
--- /dev/null
+++ b/system/daemontools-bin/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-bin: daemontools (djb's tools for managing UNIX services)
+daemontools-bin:
+daemontools-bin: daemontools includes several programs. supervise monitors a service.
+daemontools-bin: It starts the service and restarts the service if it dies. Setting up
+daemontools-bin: a new service is easy: all supervise needs is a directory with a run
+daemontools-bin: script that runs the service.
+daemontools-bin:
+daemontools-bin: Also included are multilog (for service logging), svcscan,
+daemontools-bin: svscanboot, readproctitle and many others.
+daemontools-bin:
+daemontools-bin: Homepage: https://cr.yp.to/daemontools.html