Jenkin not starting

Not able to start Jenkin.
While doing Devops lab, I am trying to install Jenkin, which is failing. Screen attached. Please help.

Hi @Bhabanisankar_p,

Can you please share with us the link to the lab? However, you can run the following command before start Jenkins.

sudo systemctl daemon-reload
sudo systemctl start jenkins

Each time you change the service file, you need to reload the daemon

Regard

1 Like

Thanks a lot @mmkmou . With daemon reload, able to start Jenkins.

1 Like