Name : perl-File-Pid
| |
Version : 1.10.0
| Vendor : Mageia_Org
|
Release : 9.mga8
| Date : 2020-02-12 06:01:03
|
Group : Development/Perl
| Source RPM : perl-File-Pid-1.10.0-9.mga8.src.rpm
|
Size : 0.01 MB
| |
Packager : umeabot < umeabot>
| |
Summary : Pid File Manipulation
|
Description :
This software manages a pid file for you. It will create a pid file, query the process within to discover if it\'s still running, and remove the pid file.
new my $pidfile = File::Pid->new;
my $thisfile = File::Pid->new({ file => \'/var/run/daemon.pid\', });
my $thisfileandpid = File::Pid->new({ file => \'/var/run/daemon.pid\', pid => \'145\', });
This constructor takes two optional paramters.
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/aarch64/media/core/release |