From: Marek Vavrusa Date: Tue, 29 Mar 2016 21:59:52 +0000 (-0700) Subject: doc: update X-Git-Tag: v1.0.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a844003cf6e0ab3d4971506f72dfa24e260296;p=thirdparty%2Fknot-resolver.git doc: update --- diff --git a/daemon/README.rst b/daemon/README.rst index 513f1e61d..a802e4d83 100644 --- a/daemon/README.rst +++ b/daemon/README.rst @@ -129,7 +129,7 @@ Running supervised Knot Resolver can run under a supervisor to allow for graceful restarts, watchdog process and socket activation. This way the supervisor binds to sockets and lends them to resolver daemon. Thus if the resolver terminates or is killed, the sockets are still active and no queries are dropped. -The watchdog process must notify kresd about active file descriptors, and kresd will automatically determine the socket type and bound address, thus it will appear as any other address. There's a tiny supervisor script for convenience, but you should have a look at [real process managers](http://blog.crocodoc.com/post/48703468992/process-managers-the-good-the-bad-and-the-ugly). +The watchdog process must notify kresd about active file descriptors, and kresd will automatically determine the socket type and bound address, thus it will appear as any other address. There's a tiny supervisor script for convenience, but you should have a look at `real process managers`_. .. code-block:: bash @@ -140,7 +140,7 @@ The watchdog process must notify kresd about active file descriptors, and kresd [system] interactive mode > -The daemon also supports [systemd socket activation](http://0pointer.de/blog/projects/socket-activation.html), it is automatically detected and requires no configuration on users's side. +The daemon also supports `systemd socket activation`_, it is automatically detected and requires no configuration on users's side. Configuration ============= @@ -806,3 +806,5 @@ Example: .. _LuaJIT: http://luajit.org/luajit.html .. _luasec: https://luarocks.org/modules/luarocks/luasec .. _luasocket: https://luarocks.org/modules/luarocks/luasocket +.. _`real process managers`: http://blog.crocodoc.com/post/48703468992/process-managers-the-good-the-bad-and-the-ugly +.. _`systemd socket activation`: http://0pointer.de/blog/projects/socket-activation.html