]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/emergency.service.in
resolved: update DNSSEC TODO
[thirdparty/systemd.git] / units / emergency.service.in
CommitLineData
70449379
LP
1# This file is part of systemd.
2#
70449379 3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
70449379 6# (at your option) any later version.
70449379 7
09477267 8[Unit]
70fcff31 9Description=Emergency Shell
744881d1 10Documentation=man:sulogin(8)
af65a091 11DefaultDependencies=no
de47ca9b 12Conflicts=shutdown.target
87502e58 13Conflicts=rescue.service
de47ca9b 14Before=shutdown.target
70fcff31
LP
15
16[Service]
739848d4 17Environment=HOME=/root
1fd116f7 18WorkingDirectory=/root
ac59f0c1 19ExecStartPre=-/bin/plymouth --wait quit
42377d6b 20ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\ntry again to boot into default mode.'
903e7c37 21ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
f2b68789 22Type=idle
f057408c 23StandardInput=tty-force
cbe82694
MS
24StandardOutput=inherit
25StandardError=inherit
cd25cce9 26KillMode=process
353e12c2 27IgnoreSIGPIPE=no
82659fd7 28SendSIGHUP=yes