summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2013-09-30 01:34:44 +0200
committerTom Gundersen <teg@jklm.no>2013-10-19 12:23:17 +0200
commit64e70e4b86d3f732d3513189312f6220d1d5cfbc (patch)
tree102e0db2721b50056bdaa7d6bb34b4afb6a683dc /units
parent7f5806d7095a197e4788a7803642831beec295bf (diff)
fstab-generator: Generate explicit dependencies on systemd-fsck@.service instead of using FsckPassNo
[tomegun: * order all fsck instances after fsck-root * check for OOM * added notes in the manpages]
Diffstat (limited to 'units')
-rw-r--r--units/systemd-fsck@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in
index e229cdcb8..c12efa8e7 100644
--- a/units/systemd-fsck@.service.in
+++ b/units/systemd-fsck@.service.in
@@ -10,7 +10,7 @@ Description=File System Check on %f
Documentation=man:systemd-fsck@.service(8)
DefaultDependencies=no
BindsTo=%i.device
-After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device
+After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device systemd-fsck-root.service
Before=shutdown.target
[Service]