/etc/default/fwknop-server is in fwknop-server 2.6.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | # Default settings for fwknopd.
# Change it to yes if you would like fwknopd to be started at boot time.
#
START_DAEMON="no"
# Add any options you would like to pass to the daemon when started
# For example if you would like to add an override file for your setup, this
# can be achieved this way:
#
# DAEMON_ARGS="--override-config /root/fwknopd.override.conf"
DAEMON_ARGS=""
|