2018年5月30日

CentOS 7添加开机启动服务/脚本

摘要: 一、添加开机自启服务 一、添加开机自启服务 在CentOS 7中添加开机自启服务非常方便,只需要两条命令(以 jenkins 为例):systemctl enable jenkins.service #设置jenkins服务为自启动服务sysstemctl start jenkins.service 阅读全文

posted @ 2018-05-30 13:58 EOS666 阅读(181) 评论(0) 推荐(0)

导航