NAME
Ubic::Daemon::OS::Linux - linux-specific daemonize helpers
VERSION
version 1.60
DESCRIPTION
These functions use /proc
virtual filesystem for some operations.
There is another Ubic::Daemon::OS::POSIX
module, which is more generic and should work on all POSIX-compatible systems. But this module is older and supposedly more stable. (Also, sometimes it's more optimal, compare implementation of close_all_fh()
, for example).
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.