Files
systemd-stable/units/reboot.target
Zbigniew Jędrzejewski-Szmek 93871b345b Revert "units: define appropriate job timeout actions when boot or shutdown timeouts are hit"
This reverts commit 3898b80d40.

We have various jobs that run during early boot and might cause
basic.target not to be reached within 15 minutes. E.g. Fedora has
fedora-autorelabel.service, which can take an arbitrarily long time on
a large and slow drive.
2014-11-02 16:40:24 -05:00

18 lines
493 B
SYSTEMD

# 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
Documentation=man:systemd.special(7)
DefaultDependencies=no
Requires=systemd-reboot.service
After=systemd-reboot.service
AllowIsolate=yes
[Install]
Alias=ctrl-alt-del.target