mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
busybox: rework 'debug-shell.service', should not start to early to dont lock /storage for possible umounts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bdf9177335
commit
93ef607941
@ -1,6 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Debug Shell
|
Description=Debug Shell
|
||||||
DefaultDependencies=false
|
|
||||||
|
|
||||||
ConditionKernelCommandLine=debugging
|
ConditionKernelCommandLine=debugging
|
||||||
|
|
||||||
@ -8,7 +7,6 @@ ConditionKernelCommandLine=debugging
|
|||||||
Environment=TTY=3
|
Environment=TTY=3
|
||||||
WorkingDirectory=/storage
|
WorkingDirectory=/storage
|
||||||
ExecStart=/bin/sh -c '. /etc/profile; exec /bin/sh'
|
ExecStart=/bin/sh -c '. /etc/profile; exec /bin/sh'
|
||||||
|
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
StandardInput=tty
|
StandardInput=tty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user