LSMS/scripts/config/search_non_kthreads.py

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