mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
fsck: wait for device to show up
This commit is contained in:
parent
417e842dc3
commit
7d1316aa29
@ -8,7 +8,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=File System Check on %I
|
Description=File System Check on %I
|
||||||
DefaultDependencies=no
|
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
|
Before=local-fs.target shutdown.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
Reference in New Issue
Block a user