diff options
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mount.c b/src/mount.c index 1f311cee41..102d88b6e0 100644 --- a/src/mount.c +++ b/src/mount.c @@ -466,6 +466,9 @@ static int mount_load(Unit *u) { /* This is a new unit? Then let's add in some extras */ if (u->meta.load_state == UNIT_LOADED) { + if ((r = unit_add_exec_dependencies(u, &m->exec_context)) < 0) + return r; + if (m->meta.fragment_path) m->from_fragment = true; |