From: Yu Watanabe Date: Sun, 29 Aug 2021 12:20:43 +0000 (+0900) Subject: core/mount: add implicit unit dependencies even if when mount unit is generated from... X-Git-Tag: v250-rc1~588 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aebff2e7ce209fc2d75b894a3ae8b80f6f36ec11;p=thirdparty%2Fsystemd.git core/mount: add implicit unit dependencies even if when mount unit is generated from /proc/self/mountinfo Hopefully fixes #20566. --- diff --git a/src/core/mount.c b/src/core/mount.c index 35b56426d41..c4d7f981c6d 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1575,6 +1575,10 @@ static int mount_setup_new_unit( if (r < 0) return r; + r = mount_add_non_exec_dependencies(MOUNT(u)); + if (r < 0) + return r; + /* This unit was generated because /proc/self/mountinfo reported it. Remember this, so that by the time we load * the unit file for it (and thus add in extra deps right after) we know what source to attributes the deps * to. */