Create better daemon support
Jim: I don't know what the heck this is. Perhaps it is refering to the old zdaemon implementation. Anyway, zdaemon is alive, well, and useful.
As discussed on the zodb-dev list, the zdaemon package will be retired. Instead, a daemon manager will be developed that can run an arbitrary command (given on its command line) as a daemon.
The daemon manager will restart the daemon when it exits, unless a specific exit status is returned.
The daemon manager will listen for commands on a Unix-domain socket; commands will include stop, restart, and sending specific signals to the daemon.