Created
November 5, 2019 15:43
-
-
Save ramonhur/6aed1dd3bf5ffed200b3eeac646aec30 to your computer and use it in GitHub Desktop.
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>com.atlassian.bamboo-agent</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/Users/bambooagent/bamboo-agent-home/bin/bamboo-agent.sh</string> | |
<string>console</string> | |
</array> | |
<key>RunAtLoad</key> | |
<true/> | |
<key>ServiceDescription</key> | |
<string>Atlassian Bamboo Mac OS X Build Agent</string> | |
<key>StandardErrorPath</key> | |
<string>/Users/bambooagent/bamboo-agent-home/logs/bamboo-agent.err</string> | |
<!-- | |
<key>StandardOutPath</key> | |
<string>/Users/bambooagent/bamboo-agent-home/logs/bamboo-agent.out</string> | |
--> | |
<key>KeepAlive</key> | |
<true/> | |
<key>UserName</key> | |
<string>bambooagent</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment