aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/vdr/rcscript/pre-start-30-parameter.sh')
-rw-r--r--usr/share/vdr/rcscript/pre-start-30-parameter.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/share/vdr/rcscript/pre-start-30-parameter.sh b/usr/share/vdr/rcscript/pre-start-30-parameter.sh
index 962048d..1460c31 100644
--- a/usr/share/vdr/rcscript/pre-start-30-parameter.sh
+++ b/usr/share/vdr/rcscript/pre-start-30-parameter.sh
@@ -5,6 +5,8 @@ addon_main() {
# parameters of start-stop-daemon
[ -n "${VDR_NICENESS}" ] && add_daemonctrl_param --nicelevel "${VDR_NICENESS}"
+ [ -n "${VDR_IONICE}" ] && add_daemonctrl_param --ionice "${VDR_OINICE}"
+
if [ "${VDRVERSNUM}" -ge "20110" ]; then
# Set command line option
[ -n "${VDR_CHARSET_OVERRIDE}" ] && add_param "--chartab=${VDR_CHARSET_OVERRIDE}"