mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
fsck: do not pull down mount units on soft-reboot
Otherwise they will pull down the disk too, which we don't want on soft-reboot
This commit is contained in:
parent
1df981a74a
commit
bbb0b72849
@ -12,7 +12,8 @@ Description=File System Check on %f
|
||||
Documentation=man:systemd-fsck@.service(8)
|
||||
DefaultDependencies=no
|
||||
BindsTo=%i.device
|
||||
Conflicts=shutdown.target
|
||||
IgnoreOnIsolate=yes
|
||||
Conflicts=reboot.target kexec.target poweroff.target halt.target
|
||||
After=%i.device systemd-fsck-root.service local-fs-pre.target
|
||||
Before=systemd-quotacheck.service shutdown.target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user