Skip to content

Instantly share code, notes, and snippets.

@Strykar
Last active November 24, 2016 17:35
Show Gist options
  • Select an option

  • Save Strykar/3dc71f5ae6e28330e2b706fcbf4d4ed3 to your computer and use it in GitHub Desktop.

Select an option

Save Strykar/3dc71f5ae6e28330e2b706fcbf4d4ed3 to your computer and use it in GitHub Desktop.
#!/bin/sh
# @ reboot /dump1090.sh > /dev/null 2>&1
mkdir -p /var/run/dump1090
touch /var/run/dump1090/aircraft.json
/usr/bin/dump1090 --quiet --write-json /var/run/dump1090 --lat xx.xxx823 --lon xx.xxx452 --metric --modeac --forward-mlat --gnss --net &
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment