summaryrefslogtreecommitdiff
path: root/units/hibernate.target
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-13 23:34:40 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-13 23:34:40 +0200
commit7f2cddae09fd2579ae24434df577bb5e5a157d86 (patch)
treeb59579459cb1ceff19ea8fda7f09d0e62bca777e /units/hibernate.target
parent976c46f84f896782fa1e839904ab74cc4460c7b0 (diff)
unit: rename BindTo= to BindsTo=
all other dependencies are in 3rd person. Change BindTo= accordingly to BindsTo=. Of course, the dependency is widely used, hence we parse the old name too for compatibility.
Diffstat (limited to 'units/hibernate.target')
-rw-r--r--units/hibernate.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/hibernate.target b/units/hibernate.target
index c56460237..143eb5923 100644
--- a/units/hibernate.target
+++ b/units/hibernate.target
@@ -9,5 +9,5 @@
Description=Hibernate
Documentation=man:systemd.special(7)
DefaultDependencies=no
-BindTo=systemd-hibernate.service
+BindsTo=systemd-hibernate.service
After=systemd-hibernate.service