On Tue, 26.08.14 02:02, Ivan Shapovalov (intelfx...@gmail.com) wrote:

> Hello all,
> 
> is there some replacement of the "ControlGroupAttribute=cpu.rt_runtime_us 
> <somevalue>"
> tunable described at 
> http://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime/
> for allowing services like `jackd -R` to run?

Currently there isn't the rt cgroup attrs still haven't been
implemented, because the kernel side interface is so awful, and is about
to get changed.

Best is probably to write these bits out from ExecStartPre= or so, and
use "%r" to get the cgroup path. But it's really nasty, since it isn't
clear what to write in there, and you'd have to iterate it up the tree, 
manually.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to