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:
Ivan Shapovalov 2014-10-09 23:52:26 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 65e3a2cf7c
commit 5516ae4419
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ DefaultDependencies=no
BindsTo=%i.device
Wants=local-fs-pre.target
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
[Service]