From 2cc731128d5af6432e1d9b93b83772f20f9dc3df Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Wed, 1 Sep 2021 23:34:53 +0200 Subject: [PATCH] Added reboot script --- reboot.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 reboot.sh diff --git a/reboot.sh b/reboot.sh new file mode 100644 index 0000000..e0f54c1 --- /dev/null +++ b/reboot.sh @@ -0,0 +1,2 @@ +ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9 +python3 hotcutdaemon.py &