Jenkins 2.332.1 switched Jenkins from using System V init to use systemd with its Linux package installers for Debian, Ubuntu, Red Hat, Alma, openSUSE, Rocky, and more. The LTS Upgrade Guide describes that transition and how to adapt your environment to the transition.
Thank you! This is great information and I appreciate your quick reply!
Looks like I need to do the following, correct? sudo systemctl edit jenkins
Change the ENVIRONMENT=“JENKINS_HOME=/new/home/directory/jenkins_home”
Correct?
Do I also need to change the WorkingDirectory=/new/home/directory/jenkins_home ?