mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
systemd-hibernate-resume@.service: remove unnecessary ordering
They were left from an early review iteration, when hibernate-resume functionality was intended to work also outside of initramfs. Now this is not the case, and these dependencies became redundant as systemd-fsck-root.service can never be part of initramfs, and systemd-remount-fs.service makes little sense in it.
This commit is contained in:
parent
65e3a2cf7c
commit
5516ae4419
@ -12,7 +12,7 @@ DefaultDependencies=no
|
|||||||
BindsTo=%i.device
|
BindsTo=%i.device
|
||||||
Wants=local-fs-pre.target
|
Wants=local-fs-pre.target
|
||||||
After=%i.device
|
After=%i.device
|
||||||
Before=local-fs-pre.target systemd-remount-fs.service systemd-fsck-root.service
|
Before=local-fs-pre.target
|
||||||
ConditionPathExists=/etc/initrd-release
|
ConditionPathExists=/etc/initrd-release
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Loading…
Reference in New Issue
Block a user