README 1.0 KB

123456789101112131415161718192021222324
  1. daemontools is a collection of tools for managing UNIX services.
  2. supervise monitors a service. It starts the service and restarts the
  3. service if it dies. Setting up a new service is easy: all supervise
  4. needs is a directory with a run script that runs the service.
  5. multilog saves error messages to one or more logs. It optionally
  6. timestamps each line and, for each log, includes or excludes lines
  7. matching specified patterns. It automatically rotates logs to limit the
  8. amount of disk space used. If the disk fills up, it pauses and tries
  9. again, without losing any data.
  10. Also included are svscan (starts one supervise process for each
  11. service), svscanboot (run by init to start svscan in the /service
  12. directory), readproctitle (show error messages in ps o/p) and many
  13. others. See the home page for a list and for documentation.
  14. This package differs from the daemontools package in that
  15. it installs the binaries to /usr/bin instead of /command.
  16. daemontools is written by D. J. Bernstein.
  17. See README.Slackware on how to use it after installation.