]> git.proxmox.com Git - systemd.git/blame - units/emergency.service.in
Merge tag 'upstream/229'
[systemd.git] / units / emergency.service.in
CommitLineData
663996b3
MS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
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
6# (at your option) any later version.
7
8[Unit]
9Description=Emergency Shell
10Documentation=man:sulogin(8)
11DefaultDependencies=no
12Conflicts=shutdown.target
5eef597e 13Conflicts=rescue.service
663996b3
MS
14Before=shutdown.target
15
16[Service]
17Environment=HOME=/root
4c89c718 18WorkingDirectory=-/root
7035cd9e 19ExecStartPre=-/bin/plymouth --wait quit
5eef597e 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.'
e3bff60a 21ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
663996b3
MS
22Type=idle
23StandardInput=tty-force
24StandardOutput=inherit
25StandardError=inherit
26KillMode=process
27IgnoreSIGPIPE=no
14228c0d 28SendSIGHUP=yes