The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ubic::Daemon::Status - daemon status structure

VERSION

version 1.60

SYNOPSIS

    say $status->pid;
    say $status->guardian_pid;

METHODS

new($options)

Constructor. Should be called from Ubic::Daemon only.

pid()

Get daemon's PID.

guardian_pid()

Get guardian's PID.

SEE ALSO

Ubic::Daemon - general process daemonizator

AUTHOR

Vyacheslav Matyukhin <mmcleric@yandex-team.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Yandex LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.