Skip to content

Instantly share code, notes, and snippets.

@hvindin
Created March 22, 2016 09:06
Show Gist options
  • Save hvindin/80cbc6cea992279e0814 to your computer and use it in GitHub Desktop.
Save hvindin/80cbc6cea992279e0814 to your computer and use it in GitHub Desktop.
systemd unit definition for atlassian bitbucket
[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