Created
March 22, 2016 09:06
-
-
Save hvindin/80cbc6cea992279e0814 to your computer and use it in GitHub Desktop.
systemd unit definition for atlassian bitbucket
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=Atlassian Bitbucket Server Service | |
After=syslog.target network.target | |
[Service] | |
Type=forking | |
User=atlbitbucket | |
ExecStart=/opt/atlassian/bitbucket/bin/start-bitbucket.sh | |
ExecStop=/opt/atlassian/bitbucket/bin/stop-bitbucket.sh | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment