mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
tuned: add page (#22305)
This commit is contained in:
committed by
GitHub
parent
afc5c5409f
commit
44241c0df4
@@ -0,0 +1,29 @@
|
||||
# tuned
|
||||
|
||||
> Dynamic adaptive system tuning daemon.
|
||||
> See also: `tuned-adm`.
|
||||
> More information: <https://manned.org/tuned>.
|
||||
|
||||
- Start the `tuned` daemon in the foreground:
|
||||
|
||||
`sudo tuned`
|
||||
|
||||
- Start the `tuned` daemon in the background:
|
||||
|
||||
`sudo tuned {{[-d|--daemon]}}`
|
||||
|
||||
- Start the `tuned` daemon with a specific profile:
|
||||
|
||||
`sudo tuned {{[-p|--profile]}} {{profile_name}}`
|
||||
|
||||
- Start the `tuned` daemon logging to a custom log file:
|
||||
|
||||
`sudo tuned {{[-l|--log]}} {{path/to/log_file.log}}`
|
||||
|
||||
- Start the `tuned` daemon writing its process ID to a custom PID file:
|
||||
|
||||
`sudo tuned {{[-P|--pid]}} {{path/to/pid_file.pid}}`
|
||||
|
||||
- Start the `tuned` daemon with debugging messages:
|
||||
|
||||
`sudo tuned {{[-D|--debug]}}`
|
||||
Reference in New Issue
Block a user