summaryrefslogtreecommitdiff
path: root/units/systemd-remount-fs.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-25 13:47:45 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-25 14:28:50 +0200
commit93a1d735aca5584a005d851f12cb0b8c7bb5e5ca (patch)
treec8bdb7467ffab4f8897f91ccd15a875df538d882 /units/systemd-remount-fs.service.in
parentca6b98ae21114064b57889a90561d86785223c4e (diff)
units: rename fsck@.service to systemd-fsck@.service
The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!)
Diffstat (limited to 'units/systemd-remount-fs.service.in')
-rw-r--r--units/systemd-remount-fs.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-remount-fs.service.in b/units/systemd-remount-fs.service.in
index 0524de82cd..cddb0a1fb9 100644
--- a/units/systemd-remount-fs.service.in
+++ b/units/systemd-remount-fs.service.in
@@ -10,7 +10,7 @@ Description=Remount Root and Kernel File Systems
Documentation=man:systemd-remount-fs.service(8)
DefaultDependencies=no
Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service fsck-root.service
+After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-fsck-root.service
Before=local-fs-pre.target local-fs.target shutdown.target
Wants=local-fs-pre.target
ConditionPathExists=/etc/fstab