]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/rescue.service.in
Merge pull request #1768 from vcaputo/sd-daemon-listen-fds-overflow-bis
[thirdparty/systemd.git] / units / rescue.service.in
CommitLineData
0667db89
LP
1# This file is part of systemd.
2#
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
0667db89
LP
6# (at your option) any later version.
7
0667db89
LP
8[Unit]
9Description=Rescue Shell
744881d1 10Documentation=man:sulogin(8)
0667db89 11DefaultDependencies=no
de47ca9b 12Conflicts=shutdown.target
49e7f027 13After=sysinit.target plymouth-start.service
de47ca9b 14Before=shutdown.target
0667db89
LP
15
16[Service]
739848d4 17Environment=HOME=/root
1fd116f7 18WorkingDirectory=/root
be12dd0c 19ExecStartPre=-/bin/plymouth 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\\nboot into default mode.'
903e7c37 21ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
f2b68789 22Type=idle
0667db89 23StandardInput=tty-force
cbe82694
MS
24StandardOutput=inherit
25StandardError=inherit
cd25cce9 26KillMode=process
82659fd7
LP
27IgnoreSIGPIPE=no
28SendSIGHUP=yes