Package perl-Daemon-Daemonize: Information
Source package: perl-Daemon-Daemonize
Version: 0.0052-alt1_8
Build time: Jul 28, 2016, 06:45 AM in the task #167958
Category: Development/Perl
Report package bugHome page: http://search.cpan.org/dist/Daemon-Daemonize
License: GPL+ or Artistic
Summary: An easy-to-use daemon(izing) toolkit
Description:
Daemon::Daemonize is a toolkit for daemonizing processes and checking up on
them. It takes inspiration from the
http://www.clapper.org/software/daemonize/ manpage, the MooseX::Daemon
manpage, the Net::Server::Daemon manpage
A note about the 'close' option
If you're having trouble with IPC in a daemon, try closing only STD*
instead of everything:
daemonize( ..., close => std, ... )Maintainer: Igor Vlasenko
Last changed
July 27, 2016 Igor Vlasenko 0.0052-alt1_8
- update by mgaimport
Feb. 17, 2016 Igor Vlasenko 0.0052-alt1_7
- update by mgaimport
Dec. 17, 2014 Igor Vlasenko 0.0052-alt1_6
- update by mgaimport