Don't join the cpuset controller with cpu/cpuacct

This works around the problem described here:

http://lists.freedesktop.org/archives/systemd-devel/2012-September/006648.html
This commit is contained in:
Eelco Dolstra 2012-09-21 22:56:13 -04:00
parent 4fa9b4b257
commit 1ad655bdcf

View File

@ -340,6 +340,13 @@ in
[ { source = units;
target = "systemd/system";
}
{ source = pkgs.writeText "systemd.conf"
''
[Manager]
JoinControllers=cpu,cpuacct net_cls,netprio
'';
target = "systemd/system.conf";
}
{ source = pkgs.writeText "journald.conf"
''
[Journal]