]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: after creating transient drop-ins, put file in path cache
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 21 Aug 2019 07:14:52 +0000 (09:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Aug 2019 13:35:21 +0000 (15:35 +0200)
commit4dba44a5a51193547c6888fc3e2b649bb115a5ec
tree4ca428682e0282b5482e0852f79a2dfc5744cfdf
parentba903882212829d32e2c9458633c4427297c8407
pid1: after creating transient drop-ins, put file in path cache

The alternative would be to recreate the cache, but dropins can be created very
often for transient settings, so updating the cache seems like a much faster
option.

Fixes #13287.
src/core/unit.c