]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/kexec.target
cgroup: Add DisableControllers= directive to disable controller in subtree
[thirdparty/systemd.git] / units / kexec.target
index 4941f51c91e19294eb76777a81b31bf7c815b290..706cd7065c3d7551b8e787f2ace1425e6ec15d18 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,13 +7,12 @@
 #  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=Reboot via kexec
+Documentation=man:systemd.special(7)
 DefaultDependencies=no
-Requires=kexec.service
-After=kexec.service
+Requires=systemd-kexec.service
+After=systemd-kexec.service
 AllowIsolate=yes
 
 [Install]