diff options
Diffstat (limited to 'scripts/rts')
-rwxr-xr-x | scripts/rts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/rts b/scripts/rts new file mode 100755 index 0000000..47f20de --- /dev/null +++ b/scripts/rts @@ -0,0 +1,8 @@ +#!/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 |