Merge pull request #358 from sirlucjan/update-readme2

README: Add information about restoring default values
This commit is contained in:
Andrea Righi 2024-06-14 21:28:45 +02:00 committed by GitHub
commit 88f40bda5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.