dump1090 icon indicating copy to clipboard operation
dump1090 copied to clipboard

Added systemd service file, added install stanza to Makefile.

Open K2IE opened this issue 8 years ago • 0 comments

Install stanza will perform system install when PREFIX is set. The dump1090.service file will make use of an /etc/default/dump1090 file which could contain a line similar to the following:

Options to pass to dump1090

DUMP1090_OPTS="--quiet --net --lat 40.12345 --lon -70.54321 --ppm 19 --gain -10"

With the dump1090.service enabled the process will start upon reboot and can be managed via systemd start and stop commands.

K2IE avatar Mar 19 '17 18:03 K2IE