summaryrefslogtreecommitdiffstats
path: root/doc/sync/alarm
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@netfilter.org>2018-04-16 19:28:44 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-04-18 15:57:40 +0200
commitf75fcf21e17c8f490e34bed45d935bd1e13c9b7f (patch)
treec83092cfb919c5f6d19c007eee7feec57fd3c76c /doc/sync/alarm
parentee640bcddf2f478ea00e96a695ff84cb4cd69574 (diff)
systemd: default to use libsystemd if build with support for it
We may assume that if an user does build conntrackd with such feature, is with the intention to use it. So, if that's the case, default to use it. This eases some downstream use cases when dealing with default configs to be shipped to final users. This could be a mid-point solution, given some users are asking for a full revert of commit c01d0d9138112ec95ee316385ea2687dd94fa4e3. Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync/alarm')
-rw-r--r--doc/sync/alarm/conntrackd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf
index 831be15..b689ae6 100644
--- a/doc/sync/alarm/conntrackd.conf
+++ b/doc/sync/alarm/conntrackd.conf
@@ -221,7 +221,7 @@ 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: off
+ # Default is: on if built using --enable-systemd, off otherwhise
#
#Systemd on