Last active
March 29, 2024 18:34
-
-
Save orangewolf/f7b36f23975ff8df2a71176f12448d02 to your computer and use it in GitHub Desktop.
bamboo-agents
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 Bamboo Alpha | |
| After=syslog.target network.target | |
| [Service] | |
| Type=forking | |
| User=bamboo | |
| Environment=CATALINA_PID=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.pid | |
| PIDFile=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.pid | |
| ExecStart=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.sh start | |
| ExecStop=/mnt/ebs/bamboo-agent-home-alpha/bin/bamboo-agent.sh stop | |
| SuccessExitStatus=143 | |
| [Install] | |
| WantedBy=multi-user.target |
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 Bamboo Bravo | |
| After=syslog.target network.target | |
| [Service] | |
| Type=forking | |
| User=bamboo | |
| Environment=CATALINA_PID=/mnt/ebs/bamboo-agent-home-bravo/bin/bamboo-agent.pid | |
| PIDFile=/mnt/ebs/bamboo-agent-home-bravo/bin/bamboo-agent.pid | |
| ExecStart=/mnt/ebs/bamboo-agent-home-bravo/bin/bamboo-agent.sh start | |
| ExecStop=/mnt/ebs/bamboo-agent-home-bravo/bin/bamboo-agent.sh stop | |
| 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