Created
March 22, 2016 09:05
-
-
Save hvindin/97c61c9a9d7db3a28924 to your computer and use it in GitHub Desktop.
systemd unit defintion for atlassian bamboo
This file contains 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 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