From d95fd3df5997b0dab8650d9427997d295d0975e3 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Date: Thu, 14 Mar 2013 14:58:40 +0100 Subject: build-sys: configurable debug shell tty path --- units/debug-shell.service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/debug-shell.service.in') diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index 2aa98d3cc5..50afb11e90 100644 --- a/units/debug-shell.service.in +++ b/units/debug-shell.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Early root shell on tty9 FOR DEBUGGING ONLY +Description=Early root shell on @debugshell@ FOR DEBUGGING ONLY Documentation=man:sushell(8) DefaultDependencies=no IgnoreOnIsolate=yes @@ -17,7 +17,7 @@ ExecStart=@sushell@ Restart=always RestartSec=0 StandardInput=tty -TTYPath=/dev/tty9 +TTYPath=@debugshell@ TTYReset=yes TTYVHangup=yes KillMode=process -- cgit v1.2.3-54-g00ecf