|
Monero
|
#include "common/scoped_message_writer.h"#include "common/util.h"#include "daemonizer/posix_fork.h"#include <boost/filesystem/operations.hpp>#include <boost/filesystem/path.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | daemonizer |
Functions | |
| void | daemonizer::init_options (boost::program_options::options_description &hidden_options, boost::program_options::options_description &normal_options) |
| boost::filesystem::path | daemonizer::get_default_data_dir () |
| boost::filesystem::path | daemonizer::get_relative_path_base (boost::program_options::variables_map const &vm) |
| template<typename T_executor> | |
| bool | daemonizer::daemonize (int argc, char const *argv[], T_executor &&executor, boost::program_options::variables_map const &vm) |