Skip to content

Instantly share code, notes, and snippets.

@benjohnde
Created December 22, 2016 14:42
Show Gist options
  • Save benjohnde/7f08eb0ddac2acfa3bd92d22a2e669b3 to your computer and use it in GitHub Desktop.
Save benjohnde/7f08eb0ddac2acfa3bd92d22a2e669b3 to your computer and use it in GitHub Desktop.
[Unit]
Description=Confluence Service
After=network.service firewalld.service mysqld.service
[Service]
Type=forking
User=confluence
Group=confluence
ExecStart=/opt/atlassian/confluence/bin/start-confluence.sh
ExecStop=/opt/atlassian/confluence/bin/stop-confluence.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