On Sun, 30.12.12 18:50, JB (gene...@itpsg.com) wrote:

> 
> Bottom line is I need to give a process started by systemd and any
> process started by that process some privileges to chanage scheduler
> and other things when it starts.  How do I tell systemd to grant
> these privileges to one of it's services?

This is unfortunately a limitation of the Linux kernel's "cpu" cgroup
controller. By default we add all system services to their own cgroups
in the "cpu" hierarchy in order to even out the CPU usage between the
services even if they have drastically different numbers of
processes/threads each.

Here's how you work around this limitation:

http://lists.freedesktop.org/archives/systemd-devel/2011-November/003793.html

Lennart

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

Reply via email to