diff options
author | David Runge <dave@sleepmap.de> | 2015-03-25 04:41:34 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-25 04:41:34 +0100 |
commit | b7e17941d99394210693a0fcd41a92270e7151e0 (patch) | |
tree | 1497848ee8dc6c16e33dc7058f99ebf74ef5263d /config/rts | |
parent | 84f283426ff3dfd5070a1be474428813f3eafcf9 (diff) | |
download | rts-b7e17941d99394210693a0fcd41a92270e7151e0.tar.gz rts-b7e17941d99394210693a0fcd41a92270e7151e0.tar.bz2 rts-b7e17941d99394210693a0fcd41a92270e7151e0.tar.xz rts-b7e17941d99394210693a0fcd41a92270e7151e0.zip |
rts: Renaming config, script and systemd service files to rts.
Diffstat (limited to 'config/rts')
-rw-r--r-- | config/rts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/rts b/config/rts new file mode 100644 index 0000000..c7a340b --- /dev/null +++ b/config/rts @@ -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/. + |