This file is indexed.

/etc/laptop-mode/conf.d/runtime-pm.conf is in laptop-mode-tools 1.60-1ubuntu1.

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
18
19
20
21
22
23
24
25
26
27
#
# Configuration file for Laptop Mode Tools module runtime-pm
#
# For more information, consult the laptop-mode.conf(8) manual page.
#


###############################################################################
# Linux Runtime Power Management
# -------------------------------
#
# If you enable this setting, laptop mode tools will automatically set the
# Runtime Power Management framework of the Linux Kernel.
# This setting does not hurt, so there are no AC vs. battery settings:
# if CONTROL_RUNTIME_PM is set to 1, the powersave mode is always enabled.
# Set to 0 to disable.
#
# Default is "auto"
#
###############################################################################

# Control Runtime Power Management ?
CONTROL_RUNTIME_PM="auto"

# Enable debug mode for this module
# Set to 1 if you want to debug this module
DEBUG=0