/lib/systemd/system/laptop-mode.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 16 17 | [Unit]
Description=Laptop Mode Tools
Documentation=man:laptop_mode(8) man:laptop-mode.conf(8)
Documentation=http://samwel.tk/laptop_mode
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@/usr/sbin/laptop_mode init auto
ExecStop=@/usr/sbin/laptop_mode init stop
ExecStopPost=@/bin/rm -f /var/run/laptop-mode-tools/enabled
ExecReload=@/usr/sbin/laptop_mode auto
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target
|