摘要: 一、添加开机自启服务CentOS7中采用了systemctl 来管理服务,使得添加开机自启服务非常方便,只需要两条命令systemctl enable jenkins.service #设置jenkins服务为自启动服务sysstemctl start jenkins.service #启动jenk 阅读全文
posted @ 2021-02-23 15:56 lbnnbs 阅读(191) 评论(0) 推荐(0) 编辑