[systemd-commits] units/systemd-hibernate-resume at .service.in

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Thu Oct 9 20:53:29 PDT 2014


 units/systemd-hibernate-resume at .service.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5516ae44198b5128f2afd93c7fb7973f89e2bfd9
Author: Ivan Shapovalov <intelfx100 at gmail.com>
Date:   Thu Oct 9 23:52:26 2014 -0400

    systemd-hibernate-resume at .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.

diff --git a/units/systemd-hibernate-resume at .service.in b/units/systemd-hibernate-resume at .service.in
index 6db584d..65e8eb8 100644
--- a/units/systemd-hibernate-resume at .service.in
+++ b/units/systemd-hibernate-resume at .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]



More information about the systemd-commits mailing list