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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ -# rt-settings +# rts ## About -rt-settings is a collection of systemd services and scripts that allow to set pre-defined real-time related scheduling settings (using [tuna](https://rt.wiki.kernel.org/index.php/Tuna) for example). +rts is a collection of systemd services and scripts that allow to set pre-defined real-time related scheduling settings (using [tuna](https://rt.wiki.kernel.org/index.php/Tuna) for example). ## Requirements @@ -9,8 +9,8 @@ rt-settings is a collection of systemd services and scripts that allow to set pr * tuna ## Usage -When starting the systemd service *rt-settings.service*, the general settings file */etc/rt-settings/rt-settings* will be sourced. -Using *rt-settings@.service* a configuration file (by the name of the word following the *@*) from the */etc/rt-settings/* folder. +When starting the systemd service *rts.service*, the general settings file */etc/rts/rts* will be sourced. +Using *rts@.service* a configuration file (by the name of the word following the *@*) from the */etc/rts/* folder. ## License This software and all of its components is licensed under the GPLv3. |