在ubuntu中没法启动spring boot

Try 'start-stop-daemon --help' for more information.
start-stop-daemon: unrecognized option '--no-close'
Try 'start-stop-daemon --help' for more information.
start-stop-daemon: unrecognized option '--no-close'
Try 'start-stop-daemon --help' for more information.
start-stop-daemon: unrecognized option '--no-close'
Try 'start-stop-daemon --help' for more information.
start-stop-daemon: unrecognized option '--no-close'
Try 'start-stop-daemon --help' for more information.

解决办法

参考安装文档
https://docs.spring.io/spring-boot/docs/1.3.8.RELEASE/reference/html/deployment-install.html

在配置文件中添加下面的配置

USE_START_STOP_DAEMON=false

root用户授权

chmod o+rw /var/run/