X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fdebug-shell.service.in;h=50afb11e9026ca58ec88d7a3cce1e8fb38896de8;hb=d95fd3df5997b0dab8650d9427997d295d0975e3;hp=2aa98d3cc55af80cab6780164486d2d9d8813858;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index 2aa98d3cc..50afb11e9 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