]> git.proxmox.com Git - systemd.git/blame - units/rescue.service.in
Merge tag 'upstream/229'
[systemd.git] / units / rescue.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]
5eef597e 9Description=Rescue Shell
663996b3
MS
10Documentation=man:sulogin(8)
11DefaultDependencies=no
12Conflicts=shutdown.target
5eef597e 13After=sysinit.target plymouth-start.service
663996b3
MS
14Before=shutdown.target
15
16[Service]
17Environment=HOME=/root
4c89c718 18WorkingDirectory=-/root
663996b3 19ExecStartPre=-/bin/plymouth quit
4c89c718 20ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot 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