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