centos7 maven 私服自动启动
自动启动
一般我们系统都避免不了的重启,常见的持续环境工具又多,免不了增加一些日常额外工作
配置如下
touch /usr/lib/systemd/system/nexus.service
vi /usr/lib/systemd/system/nexus.service
脚本如下
chmod a+x nexus.service
systemctl daemon-reload
systemctl start nexus
systemctl status nexus.service
![avatar](https://kcnf-open.gitee.io/wiki/20200505/20200505232646113.jpg)
reboot
参考网址
https://my.oschina.net/lujunan/blog/2993075
http://bcxw.net/article/15.html
评论