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 | |
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.
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | config/rts (renamed from config/rt-settings) | 0 | ||||
-rwxr-xr-x | scripts/rts (renamed from scripts/rt-settings) | 0 | ||||
-rw-r--r-- | system/rts.service (renamed from system/rt-settings.service) | 0 | ||||
-rw-r--r-- | system/rts@.service (renamed from system/rt-settings@.service) | 0 |
5 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. diff --git a/config/rt-settings b/config/rts index c7a340b..c7a340b 100644 --- a/config/rt-settings +++ b/config/rts diff --git a/scripts/rt-settings b/scripts/rts index 47f20de..47f20de 100755 --- a/scripts/rt-settings +++ b/scripts/rts diff --git a/system/rt-settings.service b/system/rts.service index b458172..b458172 100644 --- a/system/rt-settings.service +++ b/system/rts.service diff --git a/system/rt-settings@.service b/system/rts@.service index 84bbdba..84bbdba 100644 --- a/system/rt-settings@.service +++ b/system/rts@.service |