summaryrefslogtreecommitdiffstats
path: root/doc/stats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-02-16 20:01:52 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2016-02-17 12:24:03 +0100
commitc01d0d9138112ec95ee316385ea2687dd94fa4e3 (patch)
tree923e9fb879db8d2ebc86d5b20c5d09b860015548 /doc/stats
parentb6b6d4b1ee0af138ad5713d5a5238c9f99905906 (diff)
conntrackd: Disable runtime systemd support by default
By default, conntrackd is compiled with no built-in systemd support. This patch updates the default runtime behaviour to be consistent with what ./configure provides by default. Thus, users should explicitly indicate "Systemd On" in their configuration file to enable this. This shouldn't cause any problem to old users of conntrackd. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/stats')
-rw-r--r--doc/stats/conntrackd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/stats/conntrackd.conf b/doc/stats/conntrackd.conf
index b1cca07..6a9aec8 100644
--- a/doc/stats/conntrackd.conf
+++ b/doc/stats/conntrackd.conf
@@ -6,9 +6,9 @@ General {
# Enable systemd support. If conntrackd is compiled with the proper
# configuration, you can use a systemd service unit of Type=notify
# and use conntrackd with systemd watchdog as well.
- # Default is: on
+ # Default is: off
#
- #Systemd off
+ #Systemd on
#
# Set the nice value of the daemon. This value goes from -20