units: order fsck@.service before basic.target instead of local-fs.target to relax things a little

This commit is contained in:
Lennart Poettering 2011-02-18 12:39:30 +01:00
parent a76fad090a
commit 783bd61209
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Description=File System Check on %f
DefaultDependencies=no
BindTo=%i.device
After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device
Before=local-fs.target shutdown.target
Before=basic.target shutdown.target
[Service]
Type=oneshot