Links
- DragonFlyBSD/lib/libc/gen/daemon.c
- Good example of how to correctly daemonize.
- runit
- Current favorite choice.
- Circus
- WebUI and python drivable. By Mozilla. Worth checking out.
- Use cases examples
- s6: Why another supervision suite?
- nice. insists on a package layout but relaxed this since 2013.
- building it doesn't seem brain dead. has dependencies and needs config.
- Process Supervision: Solved Problem
- Daemon Showdown: Upstart vs. Runit vs. Systemd vs. Circus vs. God