diff options
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 0000000000000..7acd31ebee4d4 --- /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. |