X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FDaemon%2FDaemon.hh;h=f0d3e6b50c8fc86b0ce2da51210fc54d0c3015c0;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=e38a62c09b4ed6a5779df817e3344a2c65bb3707;hpb=2ffca72ed06b10829071cd1b28d9047ff735f929;p=senf.git diff --git a/Utils/Daemon/Daemon.hh b/Utils/Daemon/Daemon.hh index e38a62c..f0d3e6b 100644 --- a/Utils/Daemon/Daemon.hh +++ b/Utils/Daemon/Daemon.hh @@ -37,8 +37,7 @@ namespace senf { /** \brief %Daemon process - %senf::Daemon provides simple management for daemon processes. Specifically, the %Daemon class - implements + The %Daemon class provides simple management for daemon processes. Specifically, it implements \li Safe startup. If the startup fails, the foreground process which launches the daemon will terminate with an appropriate error exit code. \li Straight forward application initialization. The daemon process is forked before