nexus root启动异常:WARNING - NOT RECOMMENDED TO RUN AS ROOT

用root用户启动nexus报如下异常

# ./nexus start

****************************************

WARNING - NOT RECOMMENDED TO RUN AS ROOT

****************************************

解决方案

修改%nexus_home%/bin/下的nexus

找到#RUN_AS_USER=改为RUN_AS_USER=root

猜你喜欢

转载自coffeehot.iteye.com/blog/2114728