diff options
author | David Runge <dave@sleepmap.de> | 2015-03-25 02:22:14 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-25 02:22:14 +0100 |
commit | 84f283426ff3dfd5070a1be474428813f3eafcf9 (patch) | |
tree | dfb0b996b1a0ab6a0c2aaa0cc8cb7e7574a365d9 /README.md | |
parent | 6059b2e65cfd5476ce3208f33b5eaf6094e0d7b6 (diff) | |
download | rts-84f283426ff3dfd5070a1be474428813f3eafcf9.tar.gz rts-84f283426ff3dfd5070a1be474428813f3eafcf9.tar.bz2 rts-84f283426ff3dfd5070a1be474428813f3eafcf9.tar.xz rts-84f283426ff3dfd5070a1be474428813f3eafcf9.zip |
README.md: Adding first README, including about, usage and license section.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..62abddb --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# rt-settings + +## 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). + +## Requirements + +* linux-rt +* 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. + +## License +This software and all of its components is licensed under the GPLv3. |