core: simplify unit_need_daemon_reload() a bit
authorLennart Poettering <lennart@poettering.net>
Mon, 2 May 2016 13:07:40 +0000 (15:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 May 2016 13:10:35 +0000 (15:10 +0200)
commitab932a622d57fd327ef95992c343fd4425324088
tree50f174d21dc7e31333260cfb07194a1f98207746
parent87ec20ef2089712e6c9a9f3ddfba6c5e312694fe
core: simplify unit_need_daemon_reload() a bit

And let's make it more accurate: if we have acquire the list of unit drop-ins,
then let's do a full comparison against the old list we already have, and if
things differ in any way, we know we have to reload.

This makes sure we detect changes to drop-in directories in more cases.
src/core/unit.c