From 93ef607941125df3570c8ff7f1bf3069fe398a84 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 24 Aug 2013 22:02:38 +0200 Subject: [PATCH] busybox: rework 'debug-shell.service', should not start to early to dont lock /storage for possible umounts Signed-off-by: Stephan Raue --- packages/sysutils/busybox/system.d/debug-shell.service | 2 -- 1 file changed, 2 deletions(-) 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