mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
units: now that we don't set TERM anymore by default, make sure to pass it to our rescue sessions
This commit is contained in:
parent
9865f3b4ca
commit
5f36328f55
@ -13,6 +13,7 @@ DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
Environment=HOME=/root
|
||||
Environment=TERM=vt100-nav
|
||||
WorkingDirectory=/root
|
||||
ExecStartPre=-/bin/plymouth --hide-splash
|
||||
ExecStartPre=-/bin/echo 'Welcome to emergency mode. Use "systemctl default" or ^D to activate default mode.'
|
||||
|
@ -16,6 +16,7 @@ Before=multi-user.target
|
||||
|
||||
[Service]
|
||||
Environment=HOME=/root
|
||||
Environment=TERM=vt100-nav
|
||||
EnvironmentFile=/etc/sysconfig/init
|
||||
WorkingDirectory=/root
|
||||
ExecStartPre=-/bin/plymouth --hide-splash
|
||||
|
Loading…
Reference in New Issue
Block a user