chiark / gitweb /
build-sys: configurable debug shell tty path
[elogind.git] / units / debug-shell.service.in
index 2aa98d3cc55af80cab6780164486d2d9d8813858..50afb11e9026ca58ec88d7a3cce1e8fb38896de8 100644 (file)
@@ -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