1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libapp-daemon-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libfile-pid-perl, liblog-log4perl-perl,
libproc-processtable-perl, libsysadm-install-perl (>= 0.37), perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <xoswald@debian.org>,
Brian Cassidy <brian.cassidy@gmail.com>,
Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/App-Daemon/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libapp-daemon-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-daemon-perl.git
Package: libapp-daemon-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libfile-pid-perl,
liblog-log4perl-perl, libproc-processtable-perl
Description: Perl module to start an Application as a Daemon
App::Daemon helps running an application as a daemon. The idea to prepend
scripts with functions provided by this module to 'daemonize' it.
.
Along with the common features offered by similar modules on CPAN, it
* supports logging with Log4perl: In background mode, it logs to a logfile. In
foreground mode, log messages go directly to the screen.
* detects if another instance is already running and ends itself
automatically in this case.
* shows with the 'status' command if an instance is already running and
which PID it has.
|