aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/rt-settings
blob: 47f20def71ec2d6765f7e1893f37e1ef0bce23fa (plain)
1
2
3
4
5
6
7
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