当前位置:   article > 正文

设置nexus3开机自启服务_windows下nexus3如何创建自启动服务

windows下nexus3如何创建自启动服务

]#vim /usr/lib/systemd/system/nexus3.service
[Unitt]
Description=nexus service
After=network.target

[Service]
Type=forking
Environment=“JAVA_HOME=/usr/local/java/jdk1.8.0_211” ##jvm环境
ExecStart=/usr/local/nexus3/nexus-3.18.1-01/bin/nexus start ##nexus启动路径
ExecReload=/usr/local/nexus3/nexus-3.18.1-01/bin/nexus restart
ExecStop=/usr/local/nexus3/nexus-3.18.1-01/bin/nexus stop

[Install]
WantedBy=multi-user.target
:wq

]#systemctl daemon-reload
]#systemctl start nexus3.service
]#systemctl enable nexus3.service

.

.

参考:
https://www.2cto.com/kf/201803/732056.html
https://blog.csdn.net/qq6759/article/details/90264071

·
·

         --这么远,那么近    遇见也是一种缘分!
                --未来的道路还很遥远,希望与你并肩
                        --如有疑问请留言 ,欢迎一起探讨。。
     
  • 1
  • 2
  • 3
  • 4

`

`

`

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/124755
推荐阅读
相关标签
  

闽ICP备14008679号