Added reboot script

This commit is contained in:
MatMasIt
2021-09-01 23:34:53 +02:00
committed by GitHub
parent e5cd9783ad
commit 2cc731128d

2
reboot.sh Normal file
View File

@ -0,0 +1,2 @@
ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9
python3 hotcutdaemon.py &