This commit is contained in:
Alexey Avramov 2019-08-03 15:52:24 +09:00
parent 431d01772c
commit f1bad6a289

View File

@ -213,7 +213,7 @@ ignore_positive_oom_score_adj = True
5.4. Matching eUIDs with RE patterns 5.4. Matching eUIDs with RE patterns
@BADNESS_ADJ_RE_UID -100 /// ^0$ @BADNESS_ADJ_RE_UID -10 /// ^0$
5.5. Matching realpath with RE patterns 5.5. Matching realpath with RE patterns
@ -248,7 +248,7 @@ ignore_positive_oom_score_adj = True
Syntax: Syntax:
KEY REGEXP SEPARATOR COMMAND KEY REGEXP SEPARATOR COMMAND
@SOFT_ACTION_RE_NAME ^foo$ /// kill -SEGV $PID @SOFT_ACTION_RE_NAME ^tail$ /// kill -SEGV $PID
@SOFT_ACTION_RE_NAME ^bash$ /// kill -9 $PID @SOFT_ACTION_RE_NAME ^bash$ /// kill -9 $PID
@SOFT_ACTION_RE_CGROUP_V1 ^/system\.slice/ /// systemctl restart $SERVICE @SOFT_ACTION_RE_CGROUP_V1 ^/system\.slice/ /// systemctl restart $SERVICE
@ -335,7 +335,7 @@ print_statistics = True
debug_psi = True debug_psi = True
debug_gui_notifications = False debug_gui_notifications = True
debug_sleep = True debug_sleep = True