mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
59afb3a28d
Signed-off-by: B. Watson <yalhcru@gmail.com>
5 lines
276 B
Text
5 lines
276 B
Text
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.
|