]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-analyze: make dump work for large # of units
authorDavid Tardon <dtardon@redhat.com>
Wed, 9 May 2018 07:35:52 +0000 (09:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 May 2018 15:11:02 +0000 (08:11 -0700)
commitc0a1bfacfea9c65ea79fd07682a5b60b5d711a33
tree74247ace55d72720a944634ad46819a234d3cbd9
parent7456fa02670ce1b37345150aed80f16dfe970442
systemd-analyze: make dump work for large # of units

If there is a large number of units, the size of the generated dump
string can overstep DBus message size limit. So let's pass that string
via a fd.
src/analyze/analyze.c
src/core/dbus-manager.c
src/core/org.freedesktop.systemd1.conf