aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Proc-Pidfile/pkg-descr
blob: 695c99cc3e5c79b5107ff08e1edee4f05e95ff48 (plain) (tree)
1
2
3
4
5
6
7






                                                                      
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/