mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
5 lines
273 B
Plaintext
5 lines
273 B
Plaintext
This Perl module 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.
|