mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-02-17 14:40:28 +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
|