summaryrefslogtreecommitdiff
path: root/src/automount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-06 02:23:45 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-06 02:23:45 +0200
commit75d287d3aef51baac189395d0ca6e2271ba4d604 (patch)
tree01d311e2b69ffeb00d964c4172728ff8191491ec /src/automount.c
parent8519e861a8244eda106be87cc4b6e09804efdc1e (diff)
automount: order automount units after fsck, too
Diffstat (limited to 'src/automount.c')
-rw-r--r--src/automount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.c b/src/automount.c
index 3a69cf9b4c..57d1065049 100644
--- a/src/automount.c
+++ b/src/automount.c
@@ -153,7 +153,7 @@ 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_SYSINIT_TARGET, NULL, true)) < 0)
+ 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_CONFLICTS, SPECIAL_UMOUNT_TARGET, NULL, true)) < 0)