diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-07-05 20:57:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-07-05 22:05:07 +0200 |
commit | 1fa6f95135cfec036d7f3104816ff2c00208f54c (patch) | |
tree | ecfad4defe4328afc405e8f7e64f1f6a10074d63 /priod.conf.example | |
parent | 456c362811ce8a1eb06f154d70cb2dbb0266d3c4 (diff) | |
download | desktop-tools-1fa6f95135cfec036d7f3104816ff2c00208f54c.tar.gz desktop-tools-1fa6f95135cfec036d7f3104816ff2c00208f54c.tar.xz desktop-tools-1fa6f95135cfec036d7f3104816ff2c00208f54c.zip |
priod: systemd unit, configuration
Diffstat (limited to 'priod.conf.example')
-rw-r--r-- | priod.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/priod.conf.example b/priod.conf.example new file mode 100644 index 0000000..5b74120 --- /dev/null +++ b/priod.conf.example @@ -0,0 +1,9 @@ +# The command name can be a basename or a full path +"Xorg" = { + # OOM killer favorization (-1000..1000) + oom_score_adj = -500 + # CPU scheduling priority (-20..19) + prio = -5 + # I/O scheduling priority (0..7) + ioprio = 0 +} |