diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2019-10-19 10:56:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 10:56:48 +0700 |
commit | 119392d16f620777a000dbf34e46947c59efeb09 (patch) | |
tree | b94b9a7b969faa8c8ecfb7ba1a61f8554eaf51ac /system/daemontools-bin/README | |
parent | 7b8c0065d150e1305d1f2f0d97f55812abf87573 (diff) |
system/daemontools-bin: Added (manage UNIX services).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/daemontools-bin/README')
-rw-r--r-- | system/daemontools-bin/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/daemontools-bin/README b/system/daemontools-bin/README new file mode 100644 index 0000000000000..246c48895732e --- /dev/null +++ b/system/daemontools-bin/README @@ -0,0 +1,23 @@ +daemontools is a collection of tools for managing UNIX services. + +supervise monitors a service. It starts the service and restarts the +service if it dies. Setting up a new service is easy: all supervise +needs is a directory with a run script that runs the service. + +multilog saves error messages to one or more logs. It optionally +timestamps each line and, for each log, includes or excludes lines +matching specified patterns. It automatically rotates logs to limit the +amount of disk space used. If the disk fills up, it pauses and tries +again, without losing any data. + +Also included are svscan (starts one supervise process for each +service), svscanboot (run by init to start svscan in the /service +directory), readproctitle (show error messages in ps o/p) and many +others. See the home page for a list and for documentation. + +This package differs from the daemontools package in that +it installs the binaries to /usr/bin instead of /command. + +daemontools is written by D. J. Bernstein. + +See README.Slackware on how to use it after installation. |