mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-21 06:19:31 +08:00
8 lines
141 B
Bash
8 lines
141 B
Bash
|
|
||
|
|
||
|
nohup python watch_workflow.py > workflow.log 2>&1 &
|
||
|
|
||
|
nohup python watch_service.py > service.log 2>&1 &
|
||
|
|
||
|
tail -f workflow.log service.log
|