gentoo-ebuilds/net-wireless/rtl-sdr-blog/files/rtl_tcp.initd
Conrad Kostecki f07de82a52
net-wireless/rtl-sdr-blog: new package, add 1.3.6
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-03-09 23:47:35 +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}"