
Daemon::generic provides a framework for starting, stopping, reconfiguring daemon-like programs. the framework provides for standard commands that work for as init.d files and as apachectl-like commands.
programs that use daemon::generic subclass daemon::generic to override its behavior. almost everything that genric::daemon does can be overridden as needed.