mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-04 08:17:11 +00:00
Merge pull request #358 from sirlucjan/update-readme2
README: Add information about restoring default values
This commit is contained in:
commit
88f40bda5c
@ -54,6 +54,14 @@ systemctl set-environment SCX_FLAGS_OVERRIDE="-s 10000"
|
||||
systemctl restart scx
|
||||
```
|
||||
|
||||
If you want to restore the default value from the `/etc/default/scx` file execute:
|
||||
|
||||
```
|
||||
systemctl unset-environment SCX_SCHEDULER_OVERRIDE
|
||||
systemctl unset-environment SCX_FLAGS_OVERRIDE
|
||||
systemctl restart scx
|
||||
```
|
||||
|
||||
## Checking Journald Logs
|
||||
|
||||
The SCX schedulers do not log to the default journald namespace. Instead, they save logs in a dedicated ```sched-ext``` namespace.
|
||||
|
Loading…
Reference in New Issue
Block a user