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.
This commit is contained in:
tblume 2016-05-10 14:10:17 +02:00 committed by Lennart Poettering
parent 2da9330521
commit 2a44df950f
1 changed files with 1 additions and 1 deletions

View File

@ -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