summaryrefslogtreecommitdiff
blob: 4159a5ec402e4c4575f387a11ba9705817c5fd71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="Start xineliboutput sxfe/sxfb remote frontend"

source /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"