[qmail] daemontools 설치

ITWeb/서버관리 2012. 5. 9. 11:56

[원본링크]

http://cr.yp.to/daemontools.html
http://cr.yp.to/daemontools/install.html
http://cr.yp.to/daemontools/daemontools-0.76.tar.gz


[원본글]

D. J. Bernstein 

UNIX

daemontools

How to install daemontools 
Upgrading from previous versions of daemontools 
Frequently asked questions

How to start daemontools 
The svscanboot program 
The svscan program 
The supervise program 
The svc program 
The svok program 
The svstat program 
The fghack program 
The pgrphack program

The readproctitle program 
The multilog program 
The tai64n program 
The tai64nlocal program

The setuidgid program 
The envuidgid program 
The envdir program 
The softlimit program 
The setlock program


The logging utilities in daemontools are discussed on the log mailing list.

What is it?

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.

D. J. Bernstein 
UNIX 
daemontools

How to install daemontools

Like any other piece of software (and information generally), daemontools comes with NO WARRANTY.

System requirements

daemontools works only under UNIX.

Installation

Create a /package directory:
     mkdir -p /package
     chmod 1755 /package
     cd /package
Download daemontools-0.76.tar.gz into /package. Unpack the daemontools package:
     gunzip daemontools-0.76.tar
     tar -xpf daemontools-0.76.tar
     rm -f daemontools-0.76.tar
     cd admin/daemontools-0.76
Compile and set up the daemontools programs:
     package/install
On BSD systems, reboot to start svscan.

To report success:

     mail djb-sysdeps@cr.yp.to < /package/admin/daemontools/compile/sysdeps


daemontools-0.76.tar.gz



: