Merge from vendor branch TNF:
[pkgsrcv2.git] / sysutils / daemontools / DESCR
1 daemontools is a collection of tools for managing UNIX services.
2
3 supervise monitors a service. It starts the service and restarts
4 the service if it dies. Setting up a new service is easy: all
5 supervise needs is a directory with a run script that runs the
6 service.
7
8 multilog saves error messages to one or more logs. It optionally
9 timestamps each line and, for each log, includes or excludes lines
10 matching specified patterns. It automatically rotates logs to limit
11 the amount of disk space used. If the disk fills up, it pauses and
12 tries again, without losing any data.