freebsd-ports/devel/p5-Proc-Pidfile/pkg-descr
Jun Kuriyama c87cedd529 Proc::Pidfile is a very simple OO interface which manages a pidfile
for the current process.  You can pass the path to a pidfile to use as
an argument to the constructor, or you can let Proc::Pidfile choose
one (basically, "/var/run/$basename", if you can write to /var/run,
otherwise "/$tmpdir/$basename").

WWW: http://search.cpan.org/dist/Proc-Pidfile/
2013-11-04 13:08:03 +00:00

7 lines
356 B
Text

Proc::Pidfile is a very simple OO interface which manages a pidfile
for the current process. You can pass the path to a pidfile to use as
an argument to the constructor, or you can let Proc::Pidfile choose
one (basically, "/var/run/$basename", if you can write to /var/run,
otherwise "/$tmpdir/$basename").
WWW: http://search.cpan.org/dist/Proc-Pidfile/