cgroup: append \n to static strings we write to cgroup attributes
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Nov 2018 21:50:13 +0000 (22:50 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Nov 2018 11:24:37 +0000 (12:24 +0100)
commit589a5f7a389e586bab065dbc1700c96dd5a9a967
tree31be295aafe85adf0a8e1eed9cfb3593f1218858
parent28cfdc5aebc044c82b6716fa1fedf847c060d043
cgroup: append \n to static strings we write to cgroup attributes

This is a bit cleaner since we when we format numeric limits we append
it. And this way write_string_file() doesn't have to append it.
src/core/cgroup.c