linux centos7 重启服务器报错 Run 'systemctl daemon-reload' to reload units

蔚落 2021-08-27 00:40 2659阅读 0赞

问题现象:

  1. [root@izm5e1qim1yoreb6toj6d9z local]# service jenkins start
  2. Starting jenkins (via systemctl): Warning: jenkins.service changed on disk. Run 'systemctl daemon-reload' to reload units.
  3. [ OK ]
  4. [root@izm5e1qim1yoreb6toj6d9z local]# systemctl daemon-reload
  5. [root@izm5e1qim1yoreb6toj6d9z local]# systemctl restart jenkins

解决方法:

运行 systemctl daemon-reload
然后 systemctl restart jenkins 重启

发表评论

表情:
评论列表 (有 0 条评论,2659人围观)

还没有评论,来说两句吧...

相关阅读