aboutsummaryrefslogtreecommitdiff
path: root/priod.conf.example
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-07-05 20:57:56 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2017-07-05 22:05:07 +0200
commit1fa6f95135cfec036d7f3104816ff2c00208f54c (patch)
treeecfad4defe4328afc405e8f7e64f1f6a10074d63 /priod.conf.example
parent456c362811ce8a1eb06f154d70cb2dbb0266d3c4 (diff)
downloaddesktop-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.example9
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
+}