src_prepare-overlay/eclass/oom-score-adj.eclass
2020-04-28 01:49:48 +02:00

6 lines
106 B
Bash

# Needed only by IceCat and Firefox
oom_score_adj_allow_write() {
addpredict /proc/self/oom_score_adj
}