Skip to content

Instantly share code, notes, and snippets.

@calum-github
Created February 22, 2017 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calum-github/55a9aa707eb8afe1bfa3766fb2709a98 to your computer and use it in GitHub Desktop.
Save calum-github/55a9aa707eb8afe1bfa3766fb2709a98 to your computer and use it in GitHub Desktop.
com.org.logstash.plist
<?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>Label</key>
<string>com.org.logstash</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/logstash-5.2.1/bin/logstash</string>
<string>-f</string>
<string>/usr/local/logstash-5.2.1/conf/logstash.conf</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment