summaryrefslogtreecommitdiffstats
path: root/core/modules/kexec-reboot
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-25 13:28:30 +0200
committerSimon Rettberg2019-04-25 13:28:30 +0200
commit257de0145ef1ecb44253877522a1cfc81b5b5ae0 (patch)
tree78015cd180b070380e79aa66a0fe2baba444f610 /core/modules/kexec-reboot
parent[systemd] Add missing systemd-kexec.service (diff)
downloadmltk-257de0145ef1ecb44253877522a1cfc81b5b5ae0.tar.gz
mltk-257de0145ef1ecb44253877522a1cfc81b5b5ae0.tar.xz
mltk-257de0145ef1ecb44253877522a1cfc81b5b5ae0.zip
[kexec-reboot] Remove duplicate file
Diffstat (limited to 'core/modules/kexec-reboot')
-rw-r--r--core/modules/kexec-reboot/data/etc/systemd/system/kexec.target19
1 files changed, 0 insertions, 19 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
deleted file mode 100644
index 706cd706..00000000
--- a/core/modules/kexec-reboot/data/etc/systemd/system/kexec.target
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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=systemd-kexec.service
-After=systemd-kexec.service
-AllowIsolate=yes
-
-[Install]
-Alias=ctrl-alt-del.target