From f9ac22c285ee42586375cd46b1072734856c6a0b Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 20 Mar 2015 02:50:44 +0100 Subject: cpupower-rt: Adding cpupower-rt script, configuration and service file. Meant to be used with linux-rt and setting the special boot parameter: systemd.setenv=REALTIME=true. --- system/cpupower-rt.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 system/cpupower-rt.service (limited to 'system') diff --git a/system/cpupower-rt.service b/system/cpupower-rt.service new file mode 100644 index 0000000..aa7eda4 --- /dev/null +++ b/system/cpupower-rt.service @@ -0,0 +1,12 @@ +[Unit] +Description=Apply cpupower configuration +ConditionKernelCommandLine=systemd.setenv=REALTIME=true +After=cpupower.service + +[Service] +Type=oneshot +ExecStart=/usr/lib/systemd/scripts/cpupower-rt +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf