Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Namespaces | Functions
Daemon.cpp File Reference
#include "Daemon.hpp"
#include "System.hpp"
#include <fcntl.h>
Include dependency graph for Daemon.cpp:

Go to the source code of this file.

Namespaces

namespace  toolbox
 
namespace  toolbox::sys
 

Functions

void toolbox::sys::close_all () noexcept
 Close all non-standard file handles.
 
void toolbox::sys::daemon ()
 Daemonise process. Detach from controlling terminal and run in the background as a system daemon.