aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rts')
-rwxr-xr-xbin/rts8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/rts b/bin/rts
new file mode 100755
index 0000000..509590b
--- /dev/null
+++ b/bin/rts
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+#Applies real-time kernel specific settings found in /etc/rts.d/*
+
+if [ "$1" ]; then
+ . /etc/rts/"$1"
+else
+ . /etc/rts/rts
+fi