46void G::Daemon::setsid()
48 GDEF_IGNORE_RETURN ::setsid() ;
static void detach()
Detaches from the parent environment.
static std::pair< bool, pid_t > fork()
A utility function that forks the calling process and returns twice; once in the parent and once in t...
A class for creating pid files.
void check()
Throws an exception if the path is not absolute.
static void cd(const Path &dir)
Changes directory.