This file is indexed.

/lib/systemd/system/bind9-pkcs11.service is in bind9 1:9.10.3.dfsg.P4-12.3+deb9u4.

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
14
15
[Unit]
Description=BIND Domain Name Server with native PKCS#11
Documentation=man:named(8)
After=network.target

[Service]
EnvironmentFile=-/etc/default/bind9
Environment=KRB5_KTNAME=/etc/bind/named.keytab

ExecStart=/usr/sbin/named-pkcs11 -f -u bind
ExecReload=/usr/sbin/rndc reload
ExecStop=/usr/sbin/rndc stop

[Install]
WantedBy=multi-user.target