gentoo-ebuilds/net-wireless/rtl-sdr/files/rtl_tcp.initd-r1
Conrad Kostecki 7df5b971f1
net-wireless/rtl-sdr: add 2.0.2
Bug: https://bugs.gentoo.org/725144
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-02-23 23:16:44 +01:00

11 lines
306 B
Text

#!/sbin/openrc-run
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
error_log="/var/log/rtl_tcp.log"
pidfile="/run/rtl_tcp.pid"
output_log="/var/log/rtl_tcp.log"
command="/usr/bin/rtl_tcp"
command_background="true"
command_args="${RTL_TCP_OPTIONS}"