projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da9330
)
units: make sure that fsck is executed before quotacheck
author
tblume
<Thomas.Blume@suse.com>
Tue, 10 May 2016 12:10:17 +0000
(14:10 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 10 May 2016 12:10:17 +0000
(14:10 +0200)
fsck determines wheter an automatic quotacheck should be executed.
Hence fsck service needs to run before quotacheck service.
units/systemd-fsck@.service.in
patch
|
blob
|
history
diff --git
a/units/systemd-fsck@.service.in
b/units/systemd-fsck@.service.in
index
0468392
..
6ca6b07
100644
(file)
--- 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=s
ystemd-quotacheck.service s
hutdown.target
[Service]
Type=oneshot