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>
31 lines
811 B
Text
31 lines
811 B
Text
[id="disabling-tuned_{context}"]
|
|
= Disabling TuneD
|
|
|
|
This procedure disables *TuneD* and resets all affected system settings to their original state before *TuneD* modified them.
|
|
|
|
// .Prerequisites
|
|
//
|
|
// * A bulleted list of conditions that must be satisfied before the user starts following this assembly.
|
|
// * You can also link to other modules or assemblies the user must follow before starting this assembly.
|
|
// * Delete the section title and bullets if the assembly has no prerequisites.
|
|
|
|
.Procedure
|
|
|
|
* To disable all tunings temporarily:
|
|
+
|
|
----
|
|
# tuned-adm off
|
|
----
|
|
+
|
|
The tunings are applied again after the `tuned` service restarts.
|
|
|
|
* Alternatively, to stop and disable the `tuned` service permanently:
|
|
+
|
|
----
|
|
# systemctl disable --now tuned
|
|
----
|
|
|
|
.Additional resources
|
|
|
|
* The `tuned-adm(8)` man page.
|
|
|