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 31 32 33
|
# Summary
Proc::Daemon provides the capability for a Perl program to run
as a Unix daemon process.
# Documentation
Documentation is in the Daemon.pod file and should automatically get installed
with the module.
# Copyright and license
COPYRIGHT (C) 1997-2015
Earl Hood
earl@earlhood.com
http://www.earlhood.com/
and
Detlef Pilzecker
deti@cpan.org
http://www.secure-sip-server.net/
and
Pavel Denisov
akreal@cpan.org
All rights reserved.
This module is free software. It may be used, redistributed and/or modified
under the same terms as Perl itself.
|