summaryrefslogtreecommitdiff
path: root/units/debug-shell.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'units/debug-shell.service.in')
-rw-r--r--units/debug-shell.service.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in
index 50afb11e9..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 @debugshell@ 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=@debugshell@
+TTYPath=@DEBUGTTY@
TTYReset=yes
TTYVHangup=yes
KillMode=process