Created
August 29, 2014 19:08
-
-
Save alxschwarz/50dd1f521c815a92fbe1 to your computer and use it in GitHub Desktop.
systemd service file for Atlassian Jira
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Atlassian Jira Service | |
After=syslog.target network.target | |
[Service] | |
Type=forking | |
ExecStart=/opt/atlassian/jira/bin/start-jira.sh | |
ExecStop=/opt/atlassian/jira/bin/stop-jira.sh | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment