X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fdebug-shell.service.in;h=a6acad3ec598e7a464a023f3481b0086b4cf7c19;hp=2aa98d3cc55af80cab6780164486d2d9d8813858;hb=becad8f1ed696433b9841cbb9c4603c303338d30;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index 2aa98d3cc..a6acad3ec 100644 --- a/units/debug-shell.service.in +++ b/units/debug-shell.service.in @@ -6,18 +6,18 @@ # (at your option) any later version. [Unit] -Description=Early root shell on tty9 FOR DEBUGGING ONLY +Description=Early root shell on @DEBUGTTY@ FOR DEBUGGING ONLY Documentation=man:sushell(8) DefaultDependencies=no IgnoreOnIsolate=yes [Service] Environment=TERM=linux -ExecStart=@sushell@ +ExecStart=@SUSHELL@ Restart=always RestartSec=0 StandardInput=tty -TTYPath=/dev/tty9 +TTYPath=@DEBUGTTY@ TTYReset=yes TTYVHangup=yes KillMode=process