summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx100@gmail.com>2014-10-09 23:52:26 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-10-09 23:53:15 -0400
commit5516ae44198b5128f2afd93c7fb7973f89e2bfd9 (patch)
treecf90fda09fdee5df89fb2c053dbc20e80bf5208a /units
parent65e3a2cf7c3b399853dd309f702ca5078b7d16ea (diff)
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.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-hibernate-resume@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-hibernate-resume@.service.in b/units/systemd-hibernate-resume@.service.in
index 6db584dc4d..65e8eb83f1 100644
--- a/units/systemd-hibernate-resume@.service.in
+++ b/units/systemd-hibernate-resume@.service.in
@@ -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]