#include "daemonize.hpp"
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
Functions | |
bool | daemonize_process () |
Makes daemon from current process. |
bool daemonize_process | ( | ) |
Makes daemon from current process.