]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/hibernate.target
Merge pull request #12207 from poettering/portable-bus-policy-fix
[thirdparty/systemd.git] / units / hibernate.target
index 23a9f99984c17981a853f567195f6278984c8297..8580c658e6a60433cc271a78b3ec920a7e90ed7e 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -9,5 +11,6 @@
 Description=Hibernate
 Documentation=man:systemd.special(7)
 DefaultDependencies=no
-BindTo=hibernate.service
-After=hibernate.service
+Requires=systemd-hibernate.service
+After=systemd-hibernate.service
+StopWhenUnneeded=yes