Skip to content

Instantly share code, notes, and snippets.

@cdzombak
Created January 29, 2017 22:41
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 cdzombak/52e38b9cc9261f1d490bd9f08abc4710 to your computer and use it in GitHub Desktop.
Save cdzombak/52e38b9cc9261f1d490bd9f08abc4710 to your computer and use it in GitHub Desktop.
launchd plists for dump1090 and the QEMU Pi emulator. Will require changing to use your OS X username. See: https://www.dzombak.com/blog/2017/01/Monitoring-aircraft-via-ADS-B-on-OS-X.html
<?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>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>cdz.dump1090</string>
<key>ProgramArguments</key>
<array>
<string>/Users/cdzombak/scripts/dump1090</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
<!-- @@@@LingonWhatStart:/Users/cdzombak/scripts/dump1090@@@@LingonWhatEnd -->
<?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>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>cdz.piaware</string>
<key>ProgramArguments</key>
<array>
<string>/Users/cdzombak/scripts/piaware-vm</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
<!-- @@@@LingonWhatStart:/Users/cdzombak/scripts/piaware-vm@@@@LingonWhatEnd -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment