Paketname | libapp-daemon-perl |
Beschreibung | Perl module to start an Application as a Daemon |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.09-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl, libfile-pid-perl, liblog-log4perl-perl, libproc-processtable-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 14798 Byte |
Prüfsumme MD5 | 82a6b64ecd73ff0f09086942c782c273 |
Prüfsumme SHA1 | 81ef4bf0829762eb9a593d3d8f0070d893ad92d0 |
Prüfsumme SHA256 | d36134b0baf77491e99c7908fa898e78a57466f6d7e39808053c1f9fe023cbf7 |
Link zum Herunterladen | libapp-daemon-perl_0.09-1_all.deb |
Ausführliche Beschreibung | 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.
|