- Relocated files and updated paths

This commit is contained in:
Ben Reaves
2020-12-12 12:27:01 -06:00
parent 02aa99f301
commit 5f83fa9ba5
42 changed files with 66 additions and 66 deletions

6
linux/root_logoff.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# /usr/local/bin/logoff.sh
while true; do
w | grep -E "$1.*$2" > /dev/null 2>&1 || (sudo systemctl stop xkeysnail && sudo pkill -f logoff)
sleep 5
done