-
Notifications
You must be signed in to change notification settings - Fork 29
Others
berekuk edited this page Jul 28, 2012
·
14 revisions
- init scripts
- daemontools - collection of tools by DJB
- upstart - PID-1 daemon for Ubuntu and some other Linux distributions
- systemd
- launchd - PID-1 daemon for MacOSX
- supervisord - user space, Python, centralized with client-server architecture
- procer - "user space process manager"
- https://github.com/peterkeen/proclaunch
- runit
- monit, god (watchdogs, not daemonizers)
- Initng - another PID-1 replacement
- SMF - "Service Management Facility" for Solaris
- NSSM - Windows-only
- Daemon::Control - provides the start/stop/status style mechanisms for init scripts and apachectl-style commands
- ControlFreak - written in Perl, similar to god/supervisord
- Circus - supervisor (?), web console, zeromq events, Python
- Proc::Launcher - "yet another forking process controller"