nohup: ignoring input and redirecting stderr to stdout报错

13次阅读
没有评论

nohup: ignoring input and redirecting stderr to stdout报错

解决办法

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

nohup: ignoring input and redirecting stderr to stdout报错

正文完
 0