fsck: wait for device to show up

This commit is contained in:
Lennart Poettering 2010-10-20 15:22:04 +02:00
parent 417e842dc3
commit 7d1316aa29
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
[Unit]
Description=File System Check on %I
DefaultDependencies=no
After=systemd-readahead-collect.service systemd-readahead-replay.service
Requires=%i.device
After=systemd-readahead-collect.service systemd-readahead-replay.service %i.device
Before=local-fs.target shutdown.target
[Service]