daemontools
Jump to navigation
Jump to search
| daemontools | |
|---|---|
| Original author | Daniel J. Bernstein |
| Stable release | 0.76
/ July 12, 2001[1] |
| Repository |
|
| Written in | C |
| Engine | |
| Operating system | Linux,[2] BSD, Unix |
| Type | Init daemon |
| License | Public domain software[3] |
daemontools is a process supervision toolkit written by Daniel J. Bernstein as an alternative to other system initialization and process supervision tools, such as Init.
Some of the features of daemontools are:
- Easy service installation and removal
- Easy first-time service startup
- Reliable restarts
- Easy, reliable signalling
- Clean process state
- Portability
Similar applications are runit, s6,[4] and daemontools-encore.[5]
Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
References
[edit | edit source]- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ An overview of s6
- ^ daemontools-encore
External links
[edit | edit source]- Official daemontools website, maintained by the author