1
0
Fork 0
tuned/doc/manual/modules/performance/proc_disabling-tuned.adoc
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

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.