Daemon::Generic

Framework to provide start/stop/reload for a daemon
Download

Daemon::Generic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Muir Sharnoff
  • Publisher web site:
  • http://search.cpan.org/~muir/

Daemon::Generic Tags


Daemon::Generic Description

Framework to provide start/stop/reload for a daemon Daemon::Generic is a Perl module that 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.SYNOPSIS use Daemon::Generic; sub gd_run { ... stuff } sub gd_preconfig { ... stuff } newdaemon(); Requirements: · Perl


Daemon::Generic Related Software