Hello,
i would like a service autostart to my jira on my debian server.
I must after restart it manual start with command line.
How can this automatical?
Community moderators have prevented the ability to post new answers.
It depends on what version or variant of Debian you're on, but to cover most
Check you've got some form of start/stop script - /etc/init.d/jira
Then, as root,
systemctl enable jira
If that gives you errors, then you might have more luck linking /etc/init.d/jira to /etc/rc3.d/jira
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.