summaryrefslogtreecommitdiff
path: root/src/core/unit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/unit.c')
-rw-r--r--src/core/unit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/unit.c b/src/core/unit.c
index 08f3288776..fb88260d23 100644
--- a/src/core/unit.c
+++ b/src/core/unit.c
@@ -1243,6 +1243,8 @@ int unit_load(Unit *u) {
fclose(u->transient_file);
u->transient_file = NULL;
+
+ u->dropin_mtime = now(CLOCK_REALTIME);
}
if (UNIT_VTABLE(u)->load) {