blob: 982d80e8358b3cf1a281f1b1ee5750884a900ecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
|