SDRplay sdrplay_apiService
==========================

This package provides the official SDRPlay service.

(sdrplay_apiService)

NOTE: SDRPlay is required

add the following lines to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.sdrplayapi ]; then
  /etc/rc.d/rc.sdrplay start
fi

add the following lines to /etc/rc.d/rc.local_shutdown

if [ -x /etc/rc.d/rc.sdrplayapi ]; then
  /etc/rc.d/rc.sdrplay stop
fi

