aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/rts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rts')
-rwxr-xr-xscripts/rts8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/rts b/scripts/rts
deleted file mode 100755
index 509590b..0000000
--- a/scripts/rts
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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