Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details.
Failed to start Jenkins Continuous Integration Server.
发现大多的解决方法无非就是这几种
1、配置Java环境,包括使用软链将jdk环境配置到/usr/bin中
2、修改/etc/init.d/jenkins配置文件,添加实际的JDK位置
systemctl 启动时不会使用上述的etc/init.d/jenkins配置文件。而是会使用/usr/lib/systemd/system/jenkins.service文件
需要修改这里边的JAVA_HOME路径
vi /usr/lib/systemd/system/jenkins.service
第二个错误
说是缺少字体库
yum install fontconfig -y
标签:总结,systemd,service,配置文件,system,usr,遇见,jenkins From: https://www.cnblogs.com/yuan9910/p/17008576.html