summaryrefslogtreecommitdiff
path: root/units/debug-shell.service.in
diff options
context:
space:
mode:
authorUmut Tezduyar <umut@tezduyar.com>2013-03-14 14:58:40 +0100
committerKay Sievers <kay@vrfy.org>2013-03-25 18:40:38 +0100
commitd95fd3df5997b0dab8650d9427997d295d0975e3 (patch)
treeacd2477b766fc2e1b3e27728a3a9bc64c9c998f2 /units/debug-shell.service.in
parent80c39ad27f5e99b1f18bdacd2b27a05ddee6cca1 (diff)
downloadsystemd-d95fd3df5997b0dab8650d9427997d295d0975e3.tar.gz
build-sys: configurable debug shell tty path
Diffstat (limited to 'units/debug-shell.service.in')
-rw-r--r--units/debug-shell.service.in4
1 files changed, 2 insertions, 2 deletions
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