Increased vdr nicelevel, add startlinks

This commit is contained in:
Arne Fitzenreiter
2008-05-04 10:15:12 +02:00
parent 4ae86474bd
commit 0e07ae5460
3 changed files with 7 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
PLUGOPTS="-Pstreamdev-server"
VDRPRG="./bin/vdr"
VDRCMD="$VDRPRG -w 60 -c /opt/vdr/etc $PLUGOPTS $*"
VDRCMD="/bin/nice --11 $VDRPRG -w 60 -c /opt/vdr/etc $PLUGOPTS $*"
KILL="killall -q -TERM"