Last active
December 22, 2016 14:43
-
-
Save benjohnde/28e88c7e04c5d922595ad8490a04e761 to your computer and use it in GitHub Desktop.
This file contains hidden or 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=JIRA Service | |
| After=network.service firewalld.service mysqld.service | |
| [Service] | |
| Type=forking | |
| User=jira | |
| Group=jira | |
| ExecStart=/opt/atlassian/jira/bin/start-jira.sh | |
| ExecStop=/opt/atlassian/jira/bin/stop-jira.sh | |
| Restart=always | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment