我安装了Jetty 8到我的Debian服务器。 当我将jetty添加到update-rc.d时,会发出以下警告。 这是什么,我应该关心它吗?
insserv: warning: script 'jetty.sh' missing LSB tags and overrides
这个警告意味着你的脚本没有指定你的服务所依赖的服务的特殊文本注释,应该启动或停止的运行级别(包括sorting)等。
请参阅http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot关于Debian的特定细节。