Skip to content

Instantly share code, notes, and snippets.

@benjohnde
Last active December 22, 2016 14:43
Show Gist options
  • Select an option

  • Save benjohnde/28e88c7e04c5d922595ad8490a04e761 to your computer and use it in GitHub Desktop.

Select an option

Save benjohnde/28e88c7e04c5d922595ad8490a04e761 to your computer and use it in GitHub Desktop.
[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