aboutsummaryrefslogtreecommitdiffstats
path: root/testing/soapy-sdr-remote/soapy-sdr-remote.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/soapy-sdr-remote/soapy-sdr-remote.initd')
-rw-r--r--testing/soapy-sdr-remote/soapy-sdr-remote.initd15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/soapy-sdr-remote/soapy-sdr-remote.initd b/testing/soapy-sdr-remote/soapy-sdr-remote.initd
new file mode 100644
index 00000000000..1956f481838
--- /dev/null
+++ b/testing/soapy-sdr-remote/soapy-sdr-remote.initd
@@ -0,0 +1,15 @@
+#!/sbin/openrc-run
+supervisor=supervise-daemon
+
+name="soapy-sdr-remote"
+description="SoapyRemote network server"
+
+command="/usr/bin/SoapySDRServer"
+command_args="--bind"
+
+output_log="/var/log/soapy-sdr-remote.log"
+
+depend() {
+ need avahi-daemon net localmount
+ after firewall
+}