diff --git a/srv.sh b/srv.sh new file mode 100755 index 0000000..6c64b81 --- /dev/null +++ b/srv.sh @@ -0,0 +1,9 @@ +while true +do +killall python +sleep 2s +killall python #Чтоб наверняка + +nohup python srv_main.py & +sleep 6h +done