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:
parent
4fa9b4b257
commit
1ad655bdcf
@ -340,6 +340,13 @@ in
|
|||||||
[ { source = units;
|
[ { source = units;
|
||||||
target = "systemd/system";
|
target = "systemd/system";
|
||||||
}
|
}
|
||||||
|
{ source = pkgs.writeText "systemd.conf"
|
||||||
|
''
|
||||||
|
[Manager]
|
||||||
|
JoinControllers=cpu,cpuacct net_cls,netprio
|
||||||
|
'';
|
||||||
|
target = "systemd/system.conf";
|
||||||
|
}
|
||||||
{ source = pkgs.writeText "journald.conf"
|
{ source = pkgs.writeText "journald.conf"
|
||||||
''
|
''
|
||||||
[Journal]
|
[Journal]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user