aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rts
blob: 509590bb1b50ae0fbfc33cb0568969712cd27e1d (plain)
1
2
3
4
5
6
7
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