This file is indexed.

/lib/systemd/system/schroot.service is in schroot 1.6.10-4build1.

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
[Unit]
Description=Recover schroot sessions
Documentation=man:schroot(1)
RequiresMountsFor=/var/lib/schroot

[Service]
Type=oneshot
ExecStart=/etc/init.d/schroot start
ExecStop=/etc/init.d/schroot stop
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target