daemonize

Modules

d
module daemonize.d
daemon
module daemonize.daemon

Platform independent parts of the library. Defines common signals that safe to catch, utilities for describing daemons and some utitility templates for duck typing. *

keymap
module daemonize.keymap

Module holds compile-time associative map with heterogeneous keys and values. *

linux
module daemonize.linux

Daemon implementation for GNU/Linux platform. * The main symbols you might be interested in: * sendSignalDynamic and endSignal - is easy way to send signals to created daemons * runDaemon - forks daemon process and places hooks that are described by Daemon template *

log
module daemonize.log
string
module daemonize.string
windows
module daemonize.windows

Implementation of cross-platform daemon API for Windows platform. *