diegoefe / daemontools-mod

An experiment with Dr Bernstein's daemontools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daemontools-mod

An experiment with Dr Bernstein's daemontools.
The source site is here

Build instructions

  • Build the binaries:
make

this would build all original binaries in ./command, sample server(s) in ./servers and create some directories to run the servers in ./local/real/*

  • Set the path:
. setpath.sh
  • Start the tools:
./startit
  • Add a server to the watch list:
cd local
./makelink.sh 1
./makelink.sh 2
...
  • See the current supervised servers:
./prnstatus
  • To stop all servers and the tools type:
./stopit

About

An experiment with Dr Bernstein's daemontools


Languages

Language:C 54.8%Language:HTML 27.0%Language:Roff 6.8%Language:Makefile 6.1%Language:Shell 5.3%