主入口改名,
加入自动杀进程 使用nohup在后台运行
This commit is contained in:
parent
940bfa15bb
commit
8bd97382f0
@ -11,6 +11,6 @@ steps:
|
|||||||
- name: run
|
- name: run
|
||||||
commands:
|
commands:
|
||||||
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
|
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
|
||||||
- python3 ui.py
|
- pkill chyoso_toolkit_ui.py
|
||||||
|
- nohup python3 chyoso_toolkit_ui.py > output.log 2>&1 &
|
||||||
...
|
...
|
||||||
Loading…
x
Reference in New Issue
Block a user