一、说明
1、设置软件开机自启
二、linux 命令
1、方案1: chkconfig
1、开启
chkconfig jenkins on
2、关闭
chkconfig jenkins off
~~
2、方案2: systemctl
1、开启
systemctl enable jenkins
2、关闭
systemctl disable jenkins
~~
【Linux】 linux | 开机自启 | 自启 | centos 7
阅读 39
2022-12-10
1、设置软件开机自启
1、开启
chkconfig jenkins on
2、关闭
chkconfig jenkins off
~~
1、开启
systemctl enable jenkins
2、关闭
systemctl disable jenkins
~~
相关推荐
精彩评论(0)