Skip to content

Instantly share code, notes, and snippets.

@hvindin
Created March 22, 2016 09:05
Show Gist options
  • Save hvindin/97c61c9a9d7db3a28924 to your computer and use it in GitHub Desktop.
Save hvindin/97c61c9a9d7db3a28924 to your computer and use it in GitHub Desktop.
systemd unit defintion for atlassian bamboo
[Unit]
Description=Atlassian Bamboo Service
After=syslog.target network.target
[Service]
Type=forking
User=atlbamboo
ExecStart=/opt/atlassian/bamboo/bin/start-bamboo.sh
ExecStop=/opt/atlassian/bamboo/bin/stop-bamboo.sh
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment