Returns local lock file that is used when no custom one is specified
Returns local pid file that is used when no custom one is specified
Checks is sig is not actually built-in
Checks is sig is actually built-in
Main template in the module that actually creates daemon process. DaemonInfo is a Daemon instance that holds name of the daemon and hooks for numerous Signals.
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