diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-25 18:49:55 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-25 19:28:00 +0100 |
commit | 5ec6b15b65304d94dc1c8cbad05c8b996b470d3a (patch) | |
tree | 0e16c73801bffdc26eba7745bd80e584095d1620 /units/debug-shell.service.in | |
parent | d95fd3df5997b0dab8650d9427997d295d0975e3 (diff) |
build-sys: add missing sed substitution for DEBUGTTY
Diffstat (limited to 'units/debug-shell.service.in')
-rw-r--r-- | units/debug-shell.service.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/debug-shell.service.in b/units/debug-shell.service.in index 50afb11e90..a6acad3ec5 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 |