diff --git a/src/core/unit.c b/src/core/unit.c index c9f756c..721d8d6 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1421,7 +1421,7 @@ static int unit_add_mount_dependencies(Unit *u) { if (r < 0) return r; - if (m->fragment_path) { + if (m->fragment_path && !streq(m->id, "tmp.mount")) { r = unit_add_dependency(u, UNIT_REQUIRES, m, true, di.origin_mask); if (r < 0) return r;