nohup: ignoring input and redirecting stderr to stdout报错

解决办法

nohup java -jar ai-demo-0.0.1-SNAPSHOT.jar >nohup.out 2>&1 &