diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..4fdcd39 --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +# rts + +## About +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 + +* linux-rt +* tuna + +## Usage +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. |