From ce7123468a7422fd0e9eaf025f7c180473ad144e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Jan 2011 18:36:56 +0000 Subject: [PATCH] hostside: serial-irq-priority: new script run from bessar's init --- hostside/serial-irq-priority | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 hostside/serial-irq-priority diff --git a/hostside/serial-irq-priority b/hostside/serial-irq-priority new file mode 100755 index 0000000..aee45b4 --- /dev/null +++ b/hostside/serial-irq-priority @@ -0,0 +1,15 @@ +#!/bin/bash +set -ex +exec 4&2 "start-stop-daemon said $ssd ?"; exit 1;; +esac +pid="${ssd##* }" +pid="${pid%.}" + +echo chrt -p 55 $pid + +exec sleep 1000000000 -- 2.30.2