summaryrefslogtreecommitdiff
path: root/net-wireless/rtl-sdr/files/rtl_tcp.initd-r1
blob: 6dd8f795e19023adae4e10c7a59d3cf6ffffc440 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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}"