]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: use common implementation of unit_load_fragment_and_dropin()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 11 Oct 2019 08:53:54 +0000 (10:53 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 11 Oct 2019 09:25:04 +0000 (11:25 +0200)
commite0cfed4c59ebb1443c21d494ed028cf810c03488
treeb2bc6ad6416440f420bb662d75eb30ee6409c930
parentc36207708778a83d2c84c11dd522ce732d65527f
core/service: use common implementation of unit_load_fragment_and_dropin()

There is a slight functional change when load_state == UNIT_MERGED. Before,
we would not call unit_load_dropin(), but now we do. I'm not sure if this
causes an actual difference in behaviour, but since all other unit types do
this, I think it's better to do the same thing here too.
src/core/service.c