test
This commit is contained in:
parent
431d01772c
commit
f1bad6a289
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user