mirror of
https://git.oceanpay.cc/danial/kami_jd_ck.git
synced 2025-12-18 12:34:24 +00:00
3 lines
134 B
Bash
3 lines
134 B
Bash
#nohup后台启动,输出日志到test.log
|
||
nohup java -jar unidbg-boot-server-0.0.1-SNAPSHOT.jar --server.port=9999 >djo.out 2>&1 &
|