diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-03-03 08:11:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-03 08:11:46 +0700 |
commit | 84f7c64c5e306b1a1f52837f904617b15b59ed66 (patch) | |
tree | 38652b52461f1846ae51c77f090a9147aa732fd6 /perl/perl-Proc-PID-File/README | |
parent | bd59c59ab638ec62d31f6d9dcbee7dc52fea0cb8 (diff) | |
download | slackbuilds-84f7c64c5e306b1a1f52837f904617b15b59ed66.tar.gz |
perl/perl-Proc-PID-File: Added (module to manage process id files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Proc-PID-File/README')
-rw-r--r-- | perl/perl-Proc-PID-File/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Proc-PID-File/README b/perl/perl-Proc-PID-File/README new file mode 100644 index 0000000000..7acd31ebee --- /dev/null +++ b/perl/perl-Proc-PID-File/README @@ -0,0 +1,4 @@ +The Proc::PID::File is useful for writers of daemons and other processes that +need to tell whether they are already running, in order to prevent multiple +process instances. The module accomplishes this via *nix-style pidfiles, +which are files that store a process identifier. |