summaryrefslogtreecommitdiffstats
path: root/core/modules/kexec-reboot/data/etc/systemd/system/kexec.target
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kexec-reboot/data/etc/systemd/system/kexec.target')
-rw-r--r--core/modules/kexec-reboot/data/etc/systemd/system/kexec.target19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/modules/kexec-reboot/data/etc/systemd/system/kexec.target b/core/modules/kexec-reboot/data/etc/systemd/system/kexec.target
new file mode 100644
index 00000000..5be5b8c5
--- /dev/null
+++ b/core/modules/kexec-reboot/data/etc/systemd/system/kexec.target
@@ -0,0 +1,19 @@
+# SPDX-License-Identifier: LGPL-2.1+
+#
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+
+[Unit]
+Description=Reboot via kexec
+Documentation=man:systemd.special(7)
+DefaultDependencies=no
+Requires=kexec.service
+After=kexec.service
+AllowIsolate=yes
+
+[Install]
+Alias=ctrl-alt-del.target