mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-02-08 01:37:38 +00:00
10 lines
124 B
Bash
Executable File
10 lines
124 B
Bash
Executable File
while true
|
|
do
|
|
killall python
|
|
sleep 2s
|
|
killall python #Чтоб наверняка
|
|
|
|
nohup python srv_main.py &
|
|
sleep 6h
|
|
done
|