summaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Pidfile/pkg-descr
blob: 8d58a0ab3ba2ecc06446af8b8aed629300239d0c (plain) (blame)
1
2
3
4
5
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").