Skip to content

zillaer/daemontools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

More info available at: http://cr.yp.to/daemontools.html

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 [email protected] < /package/admin/daemontools/compile/sysdeps

Releases

No releases published

Packages

No packages published

Languages

  • C 81.0%
  • Makefile 12.7%
  • Shell 6.3%