LSMS/scripts/config/search_non_kthreads.py

8 lines
170 B
Python
Raw Normal View History

2021-12-27 13:52:26 +01:00
from typing import List
# List of process names that are ignored.
NON_KTHREAD_WHITELIST = [] # type: List[str]
# Is the script allowed to run or not?
ACTIVATED = True