Make the sys-tuner oneliner actually copy-pastable (#17615) (#17619)

* Make the sys-tuner oneliner actually copy-pastable

* Use `command -v`

(cherry picked from commit 41975016b9)

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
mergify[bot]
2021-05-31 18:13:47 +00:00
committed by GitHub
parent a49856b898
commit e36337a764

View File

@ -60,7 +60,7 @@ the latest recommended settings are applied.
To run it:
```bash
sudo solana-sys-tuner --user $(whoami) > sys-tuner.log 2>&1 &
sudo $(command -v solana-sys-tuner) --user $(whoami) > sys-tuner.log 2>&1 &
```
#### Manual