ZPY博客

centos nexus 开启自动启动

sudo ln -s /opt/nexus-2.6.4/nexus-2.6.4-02/bin/nexus /etc/init.d/nexus
 
使用  service nexus status/start/stop  查看nexus服务状态、启动服务、停止服务等
 
使用 chkconfig nexus on/off 设置nexus服务开机自启动或者开机不启动