/lib/systemd/system/lmt-poll.service is in laptop-mode-tools 1.68-3ubuntu1.
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://samwel.tk/laptop_mode
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/lib/udev/lmt-udev
ExecReload=/lib/udev/lmt-udev
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
|