Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Starting Jira as a service on Ubuntu Server

Gale Price September 30, 2020

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?

 

1 answer

0 votes
Daniel Eads
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 30, 2020

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.7
TAGS
AUG Leaders

Atlassian Community Events