diff options
Diffstat (limited to 'bin/rts')
-rwxr-xr-x | bin/rts | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |