This file is indexed.

/lib/systemd/system/kerneloops.service is in kerneloops-daemon 0.12+git20140509-2ubuntu1.

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
[Unit]
Description=Tool to automatically collect and submit kernel crash signatures
After=remote-fs.target nss-lookup.target network-online.target time-sync.target

[Service]
EnvironmentFile=-/etc/default/kerneloops
Type=forking
ExecStartPre=/usr/sbin/kerneloops --test
ExecStart=/usr/sbin/kerneloops $DAEMON_ARGS
User=kernoops
Group=adm

[Install]
WantedBy=multi-user.target