nohup java -jar XXXX.jar > system.log 2>&1 &

    image.png

    ps -aux
    ps -aux | grep java
    kill -9 进程号

    image.png