]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - units/rescue.service.in
Merge pull request #1321 from evverx/cgtop-recurisive-option
[thirdparty/systemd.git] / units / rescue.service.in
... / ...
CommitLineData
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=Rescue Shell
10Documentation=man:sulogin(8)
11DefaultDependencies=no
12Conflicts=shutdown.target
13After=sysinit.target plymouth-start.service
14Before=shutdown.target
15
16[Service]
17Environment=HOME=/root
18WorkingDirectory=/root
19ExecStartPre=-/bin/plymouth quit
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\\nboot into default mode.'
21ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
22Type=idle
23StandardInput=tty-force
24StandardOutput=inherit
25StandardError=inherit
26KillMode=process
27IgnoreSIGPIPE=no
28SendSIGHUP=yes