From 326a178dff608e3ba82bc04d8fed3a9aab843e2f Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 4 Jun 2016 01:44:13 +0200 Subject: 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. --- README.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'README.rst') 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. -- cgit v1.2.3-54-g00ecf