This unit is provided by:
Options
- 
    [Service]- 
        Environment=HOME=/root
- 
        ExecStart=-/lib/systemd/systemd-sulogin-shell rescue
- 
        ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue
- 
        ExecStartPre=-/bin/plymouth --wait quit
- 
        ExecStartPre=-/usr/bin/plymouth --wait quit
- 
        IgnoreSIGPIPE=no
- 
        KillMode=process
- 
        SendSIGHUP=yes
- 
        StandardError=inherit
- 
        StandardInput=tty-force
- 
        StandardOutput=inherit
- 
        Type=idle
- 
        WorkingDirectory=-/root
 
- 
        
- 
    [Unit]- 
        After=sysinit.target plymouth-start.service
- 
        Before=shutdown.target
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Rescue Shell
- 
        Documentation=man:sulogin(8)
 
- 
        
Additionnal notes
Nothing here.