This file is indexed.

/lib/systemd/system/bootcd.service is in bootcd 5.04.

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=bootcd modify files provided by floppy before starting other services
DefaultDependencies=no
# make sure /etc/network/interfaces can be changed with floppy, 
# before it is used by networking.service
Wants=network.target
After=local-fs.target network-pre.target
Before=network.target networking.service

[Service]
Type=oneshot
ExecStart=/etc/init.d/bootcd start

[Install]
WantedBy=multi-user.target