From: tblume Date: Tue, 10 May 2016 12:10:17 +0000 (+0200) Subject: units: make sure that fsck is executed before quotacheck X-Git-Tag: v230~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a44df950f977689a46d27afdd4b013fb419d9d7;p=thirdparty%2Fsystemd.git 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. --- diff --git a/units/systemd-fsck@.service.in b/units/systemd-fsck@.service.in index 0468392dc48..6ca6b07e9ee 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