689 B
689 B
tuned
Dynamic adaptive system tuning daemon. See also:
tuned-adm. More information: https://manned.org/tuned.
- Start the
tuneddaemon in the foreground:
sudo tuned
- Start the
tuneddaemon in the background:
sudo tuned {{[-d|--daemon]}}
- Start the
tuneddaemon with a specific profile:
sudo tuned {{[-p|--profile]}} {{profile_name}}
- Start the
tuneddaemon logging to a custom log file:
sudo tuned {{[-l|--log]}} {{path/to/log_file.log}}
- Start the
tuneddaemon writing its process ID to a custom PID file:
sudo tuned {{[-P|--pid]}} {{path/to/pid_file.pid}}
- Start the
tuneddaemon with debugging messages:
sudo tuned {{[-D|--debug]}}