When our Linux server is restarted, JIRA and Crowd are not restarting; have to manually start up both applications.
Depending on your startup system, the installers do not always enable them for startup.
What Linux do you have? Or more importantly, what's the start system? Systemd, Upstart, SysVinit etc? (Try, as root, running systemctl - if you have that, you're on systemd)
It's Redhat.
It uses RHEL7, but it can also still use rc2.d & rc3.d scripts for compatibility.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, try systemctl enable jira and systemctl enable confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.