This file is indexed.

/lib/systemd/system/lmt-poll.service is in laptop-mode-tools 1.71-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
15
[Unit]
Description=Laptop Mode Tools - Battery Polling Service
Documentation=man:laptop_mode(8) man:laptop-mode.conf(8)
Documentation=http://github.com/rickysarraf/laptop-mode-tools

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/lib/udev/lmt-udev auto
ExecReload=/lib/udev/lmt-udev auto
StandardOutput=journal
StandardError=journal

[Install]
WantedBy=multi-user.target