From 54a4692cac00ed0f6657227cdf3d81db18f60fa3 Mon Sep 17 00:00:00 2001 From: justuser Date: Fri, 16 Aug 2024 22:49:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D1=80=D0=B8=D0=BF=D1=82-fastfix=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= =?UTF-8?q?=20(=D0=BF=D1=80=D0=B8=20=D0=B4=D0=BE=D0=BB=D0=B3=D0=BE=D0=B9?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B5=20=D0=BC=D0=BE=D0=B6?= =?UTF-8?q?=D0=B5=D1=82=20=D0=B1=D1=8B=D1=82=D1=8C=20=D1=83=D1=82=D0=B5?= =?UTF-8?q?=D1=87=D0=BA=D0=B0=20=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D0=B8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srv.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 srv.sh 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