diff --git a/reboot.sh b/reboot.sh index ca5b8aa..dc1e2b1 100644 --- a/reboot.sh +++ b/reboot.sh @@ -1,3 +1,3 @@ #!/usr/bin/bash ps -ef | grep 'hotcutdaemon.py' | grep -v grep | awk '{print $2}' | xargs -r kill -9 -python3 hotcutdaemon.py & +nohup python3 hotcutdaemon.py &