Загрузить файлы в «aid03»

This commit is contained in:
2026-05-25 16:45:21 +03:00
commit 94a994511d
3 changed files with 303 additions and 0 deletions

10
aid03/start_uwsgi.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd /home/shurik/aid03/src
while true
do
TM=`date +"%Y-%m-%d_%H%M%S"`
echo $TM "UWSGI started" >> uwsgi.log
/home/shurik/uwsgi/uwsgi --ini /home/shurik/aid03/src/uwsgi.ini
sleep 10
done