We just upgraded from 7.13.12 to 8.5.7 and now Jira is not starting as a service.
I am running on a Ubuntu 18.04 LTS server.
I followed the instructions located here:
https://confluence.atlassian.com/jirakb/run-jira-as-a-systemd-service-on-linux-979411854.html
Only to find that I still have to manually stop and start the service.
Is there any other advice anyone can give me on this?
Hello Gale,
It's possible that systemd didn't mark the service as startup-enabled. You could check this by running the following command:
systemctl list-units --type service|grep jira.service
If you don't see a line returned with jira.service in it, the service wasn't set to launch at system startup.
To make it launch on startup, run this command:
sudo systemctl enable jira.service
Cheers,
Daniel | Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.