From 0138a2dcc50d261ea3512b0eaca2c6e9d4a807f0 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 12 Jun 2014 22:26:43 +0200 Subject: [PATCH] debug-shell: add condition for tty device to run on --- units/debug-shell.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index a6acad3ec..59f6e494b 100644 --- a/units/debug-shell.service.in +++ b/units/debug-shell.service.in @@ -10,6 +10,7 @@ Description=Early root shell on @DEBUGTTY@ FOR DEBUGGING ONLY Documentation=man:sushell(8) DefaultDependencies=no IgnoreOnIsolate=yes +ConditionPathExists=@DEBUGTTY@ [Service] Environment=TERM=linux -- 2.30.2