Bamboo service as systemd
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 | |
After=syslog.target network.target | |
[Service] | |
Type=forking | |
User=bamboo | |
ExecStart=/usr/local/bamboo/atlassian-bamboo/bin/start-bamboo.sh | |
ExecStop=/usr/local/bamboo/atlassian-bamboo/bin/stop-bamboo.sh | |
SuccessExitStatus=143 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment