File: control

package info (click to toggle)
libdaemon-control-perl 0.001006-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 248 kB
  • ctags: 147
  • sloc: perl: 2,244; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download
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
Source: libdaemon-control-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, perl (>= 5.11.1) | libfile-path-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdaemon-control-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdaemon-control-perl.git
Homepage: https://metacpan.org/release/Daemon-Control

Package: libdaemon-control-perl
Architecture: all
Depends: perl (>= 5.11.1) | libfile-path-perl, ${misc:Depends}, ${perl:Depends}
Description: module for creating init scripts in Perl
 Daemon::Control provides a library for creating init scripts in Perl.
 Your Perl script just needs to set the accessors for what and how you
 want something to run and the library takes care of the rest.
 .
 You can launch programs through the shell (/usr/sbin/my_program) or
 launch Perl code itself into a daemon mode. Single and double fork
 methods are supported and in double-fork mode all the things you
 would expect like reopening STDOUT/STDERR, switching UID/GID
 are supported.