mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/RPi*: use correct environment for serial console
This commit is contained in:
parent
e2b6fefc94
commit
f7a36dee3a
@ -5,7 +5,8 @@ ConditionKernelCommandLine=console
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/storage
|
WorkingDirectory=/storage
|
||||||
ExecStart=/bin/sh -c '. /etc/profile; exec /bin/sh'
|
Environment="ENV=/etc/profile"
|
||||||
|
ExecStart=/bin/sh
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
|
@ -5,7 +5,8 @@ ConditionKernelCommandLine=console
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/storage
|
WorkingDirectory=/storage
|
||||||
ExecStart=/bin/sh -c '. /etc/profile; exec /bin/sh'
|
Environment="ENV=/etc/profile"
|
||||||
|
ExecStart=/bin/sh
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user