-
Notifications
You must be signed in to change notification settings - Fork 28
/
README
39 lines (24 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by D. J.
Bernstein, which can be found at http://cr.yp.to/daemontools.html
daemontools-encore adds numerous enhancements above what daemontools
could do while maintaining backwards compatibility with daemontools.
See the CHANGES file for more details on what features have been added.
I realize there are other supervisory systems that will handle some or
all of the tasks that this package does better. I am providing this
package as a service to those who prefer the semantics and handling that
daemontools provides.
Official release can be found at:
http://untroubled.org/daemontools-encore/
Development versions are available from github:
https://github.com/bruceg/daemontools-encore
============
Installation
============
Adjust the values in the conf-* files if necessary.
Build the programs by running 'make'.
Edit the conf-bin and conf-man files and put the destination directory
for programs and man pages in the first line of each respectively.
As root, run 'make install'.
Copyright (c) 2014 Bruce Guenter
See the LICENSE file for details.