mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
units: invoke sulogin instead of /bin/sh
This commit is contained in:
parent
3006982d93
commit
ddad68097d
@ -14,7 +14,7 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
ExecStartPre=-/bin/plymouth --hide-splash
|
||||
ExecStartPre=-/bin/echo 'Welcome to emergency mode. Use "systemctl default" to activate default mode.'
|
||||
ExecStart=/bin/sh
|
||||
ExecStart=-/sbin/sulogin
|
||||
StandardInput=tty-force
|
||||
Restart=restart-always
|
||||
RestartSec=0
|
||||
|
@ -17,7 +17,7 @@ Before=multi-user.target
|
||||
[Service]
|
||||
ExecStartPre=-/bin/plymouth --hide-splash
|
||||
ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" to activate default mode.'
|
||||
ExecStart=/bin/sh
|
||||
ExecStart=-/sbin/sulogin
|
||||
StandardInput=tty-force
|
||||
Restart=restart-always
|
||||
RestartSec=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user