diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-07 18:39:56 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-15 10:38:18 +0100 |
commit | 90e86bfa60d72dbdc6e8cfaef5bb2719314f266d (patch) | |
tree | 7ec6a9376445054c82d84825ae334c3e08506363 /modules/watchdog | |
parent | doc: remove Operations/Monitoring - it was duplicate of Config/Monitoring (diff) | |
download | knot-resolver-90e86bfa60d72dbdc6e8cfaef5bb2719314f266d.tar.xz knot-resolver-90e86bfa60d72dbdc6e8cfaef5bb2719314f266d.zip |
doc: restructure into smaller sections
Diffstat (limited to 'modules/watchdog')
-rw-r--r-- | modules/watchdog/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/watchdog/README.rst b/modules/watchdog/README.rst index cd2fbd03..956f0cdd 100644 --- a/modules/watchdog/README.rst +++ b/modules/watchdog/README.rst @@ -1,7 +1,7 @@ .. _mod-watchdog: Watchdog --------- +======== This module cooperates with Systemd watchdog to restart the process in case the internal event loop gets stuck. The upstream Systemd unit files are configured |