diff options
Diffstat (limited to 'doc/sync/alarm')
-rw-r--r-- | doc/sync/alarm/conntrackd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf index 0223745..39deb47 100644 --- a/doc/sync/alarm/conntrackd.conf +++ b/doc/sync/alarm/conntrackd.conf @@ -218,6 +218,14 @@ Sync { # 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 + # + #Systemd off + + # # Set the nice value of the daemon, this value goes from -20 # (most favorable scheduling) to 19 (least favorable). Using a # very low value reduces the chances to lose state-change events. |