diff --git a/packages/sysutils/busybox/system.d/debug-shell.service b/packages/sysutils/busybox/system.d/debug-shell.service index 8d3484400b..7254d2d7b7 100644 --- a/packages/sysutils/busybox/system.d/debug-shell.service +++ b/packages/sysutils/busybox/system.d/debug-shell.service @@ -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