LSMS/scripts/config/search_non_kthreads.py
2021-12-27 13:52:26 +01:00

8 lines
170 B
Python

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