Skip to content

Instantly share code, notes, and snippets.

@yuvadm
Created April 24, 2014 16:04
Show Gist options
  • Save yuvadm/11259984 to your computer and use it in GitHub Desktop.
Save yuvadm/11259984 to your computer and use it in GitHub Desktop.
OpenWrt dump1090 init script
#!/bin/sh /etc/rc.common
START=95
start() {
screen -S dump1090 -h 20 -d -m -L dump1090 --net >> /dev/null
}
stop() {
screen -r dump1090 -X quit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment