1
0
Fork 0
tuned/doc/manual/modules/performance/con_tuned-no-daemon-mode.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

24 lines
1.1 KiB
Text

[id="tuned-no-daemon-mode_{context}"]
= TuneD no-daemon mode
// TODO: Should this be a procedure? A user story? Is there a common use case?
You can run *TuneD* in `no-daemon` mode, which does not require any resident memory. In this mode, *TuneD* applies the settings and exits.
By default, `no-daemon` mode is disabled because a lot of *TuneD* functionality is missing in this mode, including:
* D-Bus support
* Hot-plug support
* Rollback support for settings
To enable `no-daemon` mode, include the following line in the [filename]`/etc/tuned/tuned-main.conf` file:
----
daemon = 0
----
// .Additional resources
//
// * A bulleted list of links to other material closely related to the contents of the concept module.
// * For more details on writing concept modules, see the link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide].
// * Use a consistent system for file names, IDs, and titles. For tips, see _Anchor Names and File Names_ in link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide].