Skip to content

Instantly share code, notes, and snippets.

@billmers
Created June 29, 2017 22:32
Show Gist options
  • Save billmers/608904f5716922edf01e0203167ef6f9 to your computer and use it in GitHub Desktop.
Save billmers/608904f5716922edf01e0203167ef6f9 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>elasticsearch</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/elasticsearch/bin/elasticsearch</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>JAVA_HOME</key>
<string>/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home</string>
</dict>
<key>RunAtLoad</key>
<true/>
<key>WorkingDirectory</key>
<string>/usr/local/var</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/elasticsearch-errors.log</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment