#include <stdlib.h>#include <signal.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include "common_definitions.h"#include "log.h"
Go to the source code of this file.
Functions | |
| void | daemonize () |
Functions for making the process a daemon.
Definition in file daemon.c.
| void daemonize | ( | void | ) |
Prepares the process to run as a daemon.
Daemon preparation steps:
1.8.8