]> 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 05238a7cbf4f5b054fe8bf3135dc7b138c06a56c..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
@@ -5,10 +7,10 @@
 #  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
-# See systemd.special(7) for details
-
 [Unit]
 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