I am trying to create a systemd jira.service for my standalone JIRA 7.x server running on CentOS 7.x. The only dependencies I can think of for startup are HAProxy (haproxy.service) and the network.target dependency.
The server connects to a completely separate PostgreSQL server (not installed locally) and iptables are disabled for performance (isolated VLAN is secured).
Are there any other dependencies that I should be aware of including in the 'After=' or 'Wants=' section' of the jira.service?
As long as the network and database and usable while Jira starts up, you're all good.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.