]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
core: make sure to dump cgroup context when unit_dump() is called for all unit types
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Sep 2017 17:20:29 +0000 (19:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Sep 2017 13:24:54 +0000 (15:24 +0200)
commit18f573aaf9802ddac494c94a59968e0b34155695
tree3753663c94ff82dd2c869f6d77ba53d6b71906b4
parentec20fe5ffb8a00469bab209fff6c069bb93c6db2
core: make sure to dump cgroup context when unit_dump() is called for all unit types

For some reason we didn't dump the cgroup context for a number of unit
types, including service units. Not sure how this wasn't noticed
before... Add this in.
src/core/mount.c
src/core/service.c
src/core/socket.c
src/core/swap.c