summaryrefslogtreecommitdiffstats
path: root/perl/perl-Proc-PID-File/README
diff options
context:
space:
mode:
author Mario Preksavec2015-03-03 02:11:46 +0100
committer Willy Sudiarto Raharjo2015-03-03 02:11:46 +0100
commit84f7c64c5e306b1a1f52837f904617b15b59ed66 (patch)
tree38652b52461f1846ae51c77f090a9147aa732fd6 /perl/perl-Proc-PID-File/README
parentbd59c59ab638ec62d31f6d9dcbee7dc52fea0cb8 (diff)
downloadslackbuilds-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/README4
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.