Skip to content

Instantly share code, notes, and snippets.

@claylo
Created April 14, 2011 05:49
Show Gist options
  • Save claylo/918957 to your computer and use it in GitHub Desktop.
Save claylo/918957 to your computer and use it in GitHub Desktop.
LaunchDaemon for Atlassian Crowd
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" >
<plist version="1.0">
<dict>
<key>Disabled</key>
<false/>
<key>EnvironmentVariables</key>
<dict>
<key>CATALINA_HOME</key>
<string>/Users/atlassian/Apps/crowd/apache-tomcat</string>
<key>JAVA_HOME</key>
<string>/Library/Java/Home</string>
</dict>
<key>Label</key>
<string>com.atlassian.crowd</string>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/Users/atlassian/Apps/crowd/apache-tomcat/bin/launchd_wrapper.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>ServiceDescription</key>
<string>Crowd</string>
<key>StandardErrorPath</key>
<string>/Users/atlassian/Apps/crowd/apache-tomcat/logs/launchd.stderr</string>
<key>StandardOutPath</key>
<string>/Users/atlassian/Apps/crowd/apache-tomcat/logs/launchd.stdout</string>
<key>UserName</key>
<string>atlassian</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment