src_prepare-overlay/eclass/oom-score-adj.eclass

6 lines
106 B
Bash
Raw Normal View History

2020-04-28 01:49:48 +02:00
# Needed only by IceCat and Firefox
oom_score_adj_allow_write() {
addpredict /proc/self/oom_score_adj
}