2020-11-09 12:23:58 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-19 00:35:03 +08:00
|
|
|
#
|
2010-10-14 06:57:52 +08:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 06:20:58 +08:00
|
|
|
# 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
|
2010-10-14 06:57:52 +08:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Reboot via kexec
|
2012-05-21 21:12:18 +08:00
|
|
|
Documentation=man:systemd.special(7)
|
2010-10-14 06:57:52 +08:00
|
|
|
DefaultDependencies=no
|
2012-06-25 20:24:56 +08:00
|
|
|
Requires=systemd-kexec.service
|
|
|
|
After=systemd-kexec.service
|
2010-10-14 06:57:52 +08:00
|
|
|
AllowIsolate=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=ctrl-alt-del.target
|