Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / p5-Daemon-Control / pkg-descr
1 Daemon::Control provides a library for creating init scripts in perl. Your perl
2 script just needs to set the accessors for what and how you want something to
3 run and the library takes care of the rest.
4
5 You can launch programs through the shell (/usr/sbin/my_program) or launch Perl
6 code itself into a daemon mode. Single and double fork methods are supported and
7 in double-fork mode all the things you would expect like reopening
8 STDOUT/STDERR, switching UID/GID are supported.
9
10 WWW: http://search.cpan.org/dist/Daemon-Control/