# The `conntrack' argument is the only mode that can be offered by default.
# as the names used with the DEVICE mode are system-specific.  To use the
# DEVICE mode replace "conntrack" by the names of two devices, the first
# device being the device protected by (behind) the firewall (hosts there have
# their IP addresses source-natted), the 2nd device being the device
# connecting to the Internet (or outside world (i.e., before the firewall)).
# Example: DAEMON_ARGS="eth1 eth0"

DAEMON_ARGS="conntrack"


# by default, natlog uses pid file /run/natlog.pid. If another pid file is
# used change the PIDFILE specification:

PIDFILE=/run/natlog.pid


# set START to `yes' (no quotes) if natlog must start at system boot
# (unless specified as `yes' the /etc/init.d/natlog and
# /lib/systemd/system/natlog.service scripts terminate).

START=no

