]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.c
core: Let two more booleans survive a daemon-reload
authorWerner Fink <werner@suse.de>
Wed, 10 Jun 2015 12:36:50 +0000 (14:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Jun 2015 10:13:57 +0000 (12:13 +0200)
commitde1d4f9b5c6345f63edd46f643485eca909995bf
tree5a749ce3d2ec7165587422a98e117755cbfc3b96
parent64b8c0d030263fc37003f8655b53523231ec81d2
core: Let two more booleans survive a daemon-reload

Without the boolean bus_name_good services as well as cgroup_realized
for units a unit of Type=dbus and ExecReload sending SIGHUP to $MAINPID
will be terminated if systemd will be daemon reloaded.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746151
https://bugs.freedesktop.org/show_bug.cgi?id=78311
https://bugzilla.opensuse.org/show_bug.cgi?id=934077
src/core/service.c
src/core/unit.c