summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-xineliboutput/files/vdr-frontend-r1
blob: 9f1bd6a227e81d58d254499b2fd09b378acda606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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"
command_background="yes"
command_user="vdr:vdr"