diff options
Diffstat (limited to 'scripts/rt-settings')
-rwxr-xr-x | scripts/rt-settings | 8 |
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 |