diff options
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/automount.c b/src/automount.c index f7bf7f32d4..c557b6ebb2 100644 --- a/src/automount.c +++ b/src/automount.c @@ -154,9 +154,6 @@ static int automount_add_default_dependencies(Automount *a) { if (a->meta.manager->running_as == MANAGER_SYSTEM) { - if ((r = unit_add_dependency_by_name(UNIT(a), UNIT_AFTER, SPECIAL_FSCK_TARGET, NULL, true)) < 0) - return r; - if ((r = unit_add_two_dependencies_by_name(UNIT(a), UNIT_BEFORE, UNIT_CONFLICTED_BY, SPECIAL_UMOUNT_TARGET, NULL, true)) < 0) return r; } |