Загрузить файлы в «aid03»
This commit is contained in:
10
aid03/start_uwsgi.sh
Normal file
10
aid03/start_uwsgi.sh
Normal 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
|
||||
Reference in New Issue
Block a user