/etc/init/knot.conf is in knot 1.4.2-1.
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 13 | # knot - Knot DNS Server
description "Knot DNS Server"
author "Ondřej Surý <ondrej@debian.org>"
start on runlevel [2345]
stop on runlevel [016]
env CONFFILE=/etc/knot/knot.conf
respawn
pre-start exec /usr/lib/knot/prepare-environment $CONFFILE
exec /usr/sbin/knotd -c $CONFFILE
|