|
ui-utilcpp
1.8.3
|
Write and keep pid file during lifetime. More...
#include <File.hpp>

Public Member Functions | |
| PIDFile (std::string const &path, pid_t const &pid=Sys::getpgid(0), bool const &keepExisting=true, mode_t const &perms=S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) | |
Static Public Member Functions | |
| static std::string | guess (std::string const &id) |
| Guess a pid file (/var/run/id.pid or ~/.id.pid). | |
Write and keep pid file during lifetime.
1.8.9.1