diff options
author | tblume <Thomas.Blume@suse.com> | 2016-05-10 14:10:17 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-10 14:10:17 +0200 |
commit | 2a44df950f977689a46d27afdd4b013fb419d9d7 (patch) | |
tree | 36a0fd0942718c6686f7a6daaf6f2a17197b86a5 /units/systemd-fsck@.service.in | |
parent | 2da9330521f25d81708a47e4dfd7fb0821756d5b (diff) |
units: make sure that fsck is executed before quotacheck
fsck determines wheter an automatic quotacheck should be executed.
Hence fsck service needs to run before quotacheck service.
Diffstat (limited to 'units/systemd-fsck@.service.in')
-rw-r--r-- | units/systemd-fsck@.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in index 0468392dc4..6ca6b07e9e 100644 --- a/units/systemd-fsck@.service.in +++ b/units/systemd-fsck@.service.in @@ -11,7 +11,7 @@ Documentation=man:systemd-fsck@.service(8) DefaultDependencies=no BindsTo=%i.device After=%i.device systemd-fsck-root.service local-fs-pre.target -Before=shutdown.target +Before=systemd-quotacheck.service shutdown.target [Service] Type=oneshot |