#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Start xineliboutput sxfe/sxfb remote frontend" . /etc/conf.d/vdr.xineliboutput command="/usr/bin/vdr-sxfe" command_args="${REMOTE_FRONTEND}" pidfile="/var/run/vdr-frontend.pid" start_stop_daemon_args="--user vdr --group vdr --make-pidfile --background"