summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-08-04 04:55:33 +0200
committerlouiz’ <louiz@louiz.org>2019-08-04 04:55:33 +0200
commita8cd24148522473caba5ba46b06c9b7b5f6633a9 (patch)
tree82a2b3d17cc68004c8af7fb9efcf379e1ca5884e /CHANGELOG.rst
parentce7b8395d0091af1b654d01c0ac21913907d8820 (diff)
downloadbiboumi-a8cd24148522473caba5ba46b06c9b7b5f6633a9.tar.gz
biboumi-a8cd24148522473caba5ba46b06c9b7b5f6633a9.tar.bz2
biboumi-a8cd24148522473caba5ba46b06c9b7b5f6633a9.tar.xz
biboumi-a8cd24148522473caba5ba46b06c9b7b5f6633a9.zip
Disable systemd’s watchdog by default
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f6b0c01..a75cb8a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -17,6 +17,10 @@ For admins
- SIGHUP is now caught and reloads the configuration like SIGUSR1 and 2.
- Add a verify_certificate policy option that lets the admin disable
certificate validation per-domain.
+- The WatchdogSec value in the biboumi.service file (for systemd) now
+ defaults to the empty string, which means “disabled”. This value can
+ still be set at configure time by passing the option "-DWATCHDOG_SEC=20”
+ to cmake, if you want to enable the systemd watchdog.
Version 8.3 - 2018-06-01
========================