1
0
Fork 0
tuned/modules.conf
Ondřej Lysoněk 0b40ca1161 modules: Fix a comment in modules.conf
Fix syntax for forcing a module reload in a comment in modules.conf.

Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
2017-07-10 10:21:55 +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
#