]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup: Move attribute application into unit_create_cgroup
authorChris Down <chris@chrisdown.name>
Tue, 27 Nov 2018 15:16:35 +0000 (15:16 +0000)
committerChris Down <chris@chrisdown.name>
Mon, 3 Dec 2018 14:37:38 +0000 (14:37 +0000)
commit0d2d6fbf15c842b6f6579232ae5b11e491eccf0e
treed1e95e7ac9adbc55086ce892111b0440c56e8e78
parent7934dede41bc654c3f78b2896c535d9113b2e3a0
cgroup: Move attribute application into unit_create_cgroup

We always end up doing these together, so just colocate them and require
manager state for unit_create_cgroup.
src/core/cgroup.c