diff options
author | David Runge <dave@sleepmap.de> | 2015-03-25 02:19:54 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-25 02:19:54 +0100 |
commit | 891e8170f5fecef7534827303e51971143536fba (patch) | |
tree | aeeaae2411c0c6c80f1e422a46c3df16da073aec | |
parent | d966029fe906133329df2216137488f23c293aed (diff) | |
download | rts-891e8170f5fecef7534827303e51971143536fba.tar.gz rts-891e8170f5fecef7534827303e51971143536fba.tar.bz2 rts-891e8170f5fecef7534827303e51971143536fba.tar.xz rts-891e8170f5fecef7534827303e51971143536fba.zip |
config/rt-settings: Adding general configuration file.
-rw-r--r-- | config/rt-settings | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/rt-settings b/config/rt-settings new file mode 100644 index 0000000..c7a340b --- /dev/null +++ b/config/rt-settings @@ -0,0 +1,7 @@ +# General rt-settings +# This file will be sourced upon starting the systemd service rt-settings.service. +# Insert below any commands that should be executed upon starting of above mentioned service on a real-time kernel. +# A good starting point on how to use tuna for this, can be found in RedHats documentation +# (https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_MRG/1.3/html-single/Tuna_User_Guide/index.html) +# or in the examples in /etc/rt-settings/examples/. + |