diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/badprocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/badprocs.py b/bin/badprocs.py index d25e6f3..b4e3225 100755 --- a/bin/badprocs.py +++ b/bin/badprocs.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/local/bin/python3 # Checks the process list for anything that could be potentially worrisome. # If something is found, emails the admins@tilde.institute account. |