Created
December 22, 2016 14:42
-
-
Save benjohnde/7f08eb0ddac2acfa3bd92d22a2e669b3 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=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