2010-05-17 06:34:36 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 05:20:58 +07: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-05-17 06:34:36 +07:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Reboot
|
2012-05-21 20:12:18 +07:00
|
|
|
Documentation=man:systemd.special(7)
|
2010-09-03 06:42:19 +07:00
|
|
|
DefaultDependencies=no
|
2012-06-25 19:24:56 +07:00
|
|
|
Requires=systemd-reboot.service
|
|
|
|
After=systemd-reboot.service
|
2010-08-31 03:45:46 +07:00
|
|
|
AllowIsolate=yes
|
2010-06-19 02:56:21 +07:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=ctrl-alt-del.target
|