From fd73a1ffdf1c2bcb9246910ecfa2a779cdecac1a Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Sat, 10 Sep 2022 15:25:36 +0800 Subject: [PATCH] md --- ...234\260\346\220\255\345\273\272\350\257\264\346\230\216.md" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/\345\256\211\345\215\223\346\234\254\345\234\260\346\220\255\345\273\272\350\257\264\346\230\216.md" "b/\345\256\211\345\215\223\346\234\254\345\234\260\346\220\255\345\273\272\350\257\264\346\230\216.md" index 88b39b6..6863742 100644 --- "a/\345\256\211\345\215\223\346\234\254\345\234\260\346\220\255\345\273\272\350\257\264\346\230\216.md" +++ "b/\345\256\211\345\215\223\346\234\254\345\234\260\346\220\255\345\273\272\350\257\264\346\230\216.md" @@ -110,7 +110,8 @@ pip3 install -r requirements.txt 两种方法,一条命令对应一种 ```shell python3 app.py # 需要shell上运行调试,并且也可以 nohup python3 app.py & -. <(cat app.sh) # 用于生产环境正式运行,更加强大的进程启动和在线日志 +. ./app.sh 0 +#. <(cat app.sh) # 用于生产环境正式运行,更加强大的进程启动和在线日志 ``` 4. termux配置启动命令 如果在debian里面记得先 exit回到termux里 -- GitLab