aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-06-04 01:44:13 +0200
committerDavid Runge <dave@sleepmap.de>2016-06-04 01:44:13 +0200
commit326a178dff608e3ba82bc04d8fed3a9aab843e2f (patch)
tree197ab0c94396ceb8ef28b585db5185dbd1beab1e /README.rst
parentb26e6cc393dc7724b6e57d4023392b1d077611c7 (diff)
downloadrts-326a178dff608e3ba82bc04d8fed3a9aab843e2f.tar.gz
rts-326a178dff608e3ba82bc04d8fed3a9aab843e2f.tar.bz2
rts-326a178dff608e3ba82bc04d8fed3a9aab843e2f.tar.xz
rts-326a178dff608e3ba82bc04d8fed3a9aab843e2f.zip
system/*: Updating service file dependency to /sys/kernel/realtime existence. README.rst: Removing outdated information about REALTIME kernel command line parameter. NEWS: Adding information regarding version 0.2.0 of rts.HEAD0.2.0master
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index ca817ba..1237060 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,7 @@
rts
===
rts - as in `*r*eal-*t*ime *s*settings` is a script used by a |systemd| |systemd.service|, allowing to set pre-defined real-time related scheduling settings.
+Its service files are dependant upon the real-time kernel, which means, they will only start if */sys/kernel/realtime* is present and not empty.
This software and all of its components are licensed under the GPLv3.
Requirements
@@ -8,16 +9,6 @@ Requirements
* |linux-rt|
* |tuna|
-"REALTIME" kernel parameter
----------------------------
-| *rts.service* and *rts@.service* are dependant on the |kernel_parameter| *"systemd.setenv=REALTIME=true"*. The option itself sets nothing but an Environment for systemd.
-| This enables the services to by using *ConditionKernelCommandLine* in their *[Unit]* sections, if running a |real-time_kernel|.
-| Simply add this to your kernel parameters (for |linux-rt|), using |grub|, |syslinux|, or |systemd-boot|:
-
- .. code:: bash
-
- systemd.setenv=REALTIME=true
-
Usage
-----
| When starting the systemd service *rts.service*, the general settings file */etc/rts/rts* will be sourced.