问题现象:
[root@izm5e1qim1yoreb6toj6d9z local]# service jenkins start
Starting jenkins (via systemctl): Warning: jenkins.service changed on disk. Run 'systemctl daemon-reload' to reload units.
[ OK ]
[root@izm5e1qim1yoreb6toj6d9z local]# systemctl daemon-reload
[root@izm5e1qim1yoreb6toj6d9z local]# systemctl restart jenkins
解决方法:
运行 systemctl daemon-reload
然后 systemctl restart jenkins 重启
本文介绍了解决在启动Jenkins时遇到的警告信息的方法。通过运行'systemctldaemon-reload'更新服务配置,然后使用'systemctlrestartjenkins'命令重启Jenkins,可以消除关于服务配置更改的警告。
1490

被折叠的 条评论
为什么被折叠?



