Utility which when called attempts to run the caller as a daemon and log its output to the file stdout
Utility which when called attempts to run the caller as a daemon and log its output to the file stdout.log rather than to stdout. It checks the environment variable NO_DAEMON. If this is set, then it returns without starting the daemon. If the daemon is started successfully (or not at all due to the NO_DAEMON variable) it returns 0; otherwise, it returns a negative errorcode indicating that an attempt was made to start as a daemon and this attempt failed.
~CryptoRandom()
int getCryptoRandom(unsigned char* buf, int num)
generated by doc++