1
0
Fork 0
tuned/modules.conf
Jaroslav Škarvada 16d4acbaca
Project renamed to TuneD
The 'D' is now capital to clarify pronunciation.

DBus service name is kept as '/Tuned' not to break
backward compatibility.

This will also need update of downstream tests
which rely on the specific output strings containing
the name.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2021-05-17 22:09:02 +02:00

25 lines
674 B
Text

# This file specifies additional parameters to kernel modules added by TuneD.
# Its content is set by the TuneD modules plugin.
#
# Please do not edit this file. Content of this file can be overwritten by
# switch of TuneD profile.
#
# If you need to add kernel module parameter which should be handled by TuneD,
# create TuneD profile containing the following:
#
# [modules]
# MODULE_NAME = MODULE_PARAMETERS
#
# Then switch to your newly created profile by:
#
# tuned-adm profile YOUR_NEW_PROFILE
#
# and reboot or reload the module
#
# TuneD tries to automatically reload the module if specified the following
# way:
#
# [modules]
# MODULE_NAME = +r,MODULE_PARAMETERS
#