mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -1,6 +1,5 @@
|
||||
[Unit]
|
||||
Description=Debug Shell
|
||||
DefaultDependencies=false
|
||||
|
||||
ConditionKernelCommandLine=debugging
|
||||
|
||||
@@ -8,7 +7,6 @@ ConditionKernelCommandLine=debugging
|
||||
Environment=TTY=3
|
||||
WorkingDirectory=/storage
|
||||
ExecStart=/bin/sh -c '. /etc/profile; exec /bin/sh'
|
||||
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
StandardInput=tty
|
||||
|
||||
Reference in New Issue
Block a user