diff options
| author | Jonathan Bauer | 2012-12-11 15:37:53 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-11 15:37:53 +0100 |
| commit | 248e21f673843ee59b82318dd0e429150204ccd0 (patch) | |
| tree | 76a02af9c489c6d4b562fcdbe607d7d86b08c95c /remote/tools/systemd | |
| parent | reworked setup-tools, generation of base dir structure of stage3.2 with tool ... (diff) | |
| download | tm-scripts-248e21f673843ee59b82318dd0e429150204ccd0.tar.gz tm-scripts-248e21f673843ee59b82318dd0e429150204ccd0.tar.xz tm-scripts-248e21f673843ee59b82318dd0e429150204ccd0.zip | |
debug shell fix
Diffstat (limited to 'remote/tools/systemd')
| -rw-r--r-- | remote/tools/systemd/data/debug-shell.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/systemd/data/debug-shell.service b/remote/tools/systemd/data/debug-shell.service index 2aa98d3c..1e1a6b56 100644 --- a/remote/tools/systemd/data/debug-shell.service +++ b/remote/tools/systemd/data/debug-shell.service @@ -13,7 +13,7 @@ IgnoreOnIsolate=yes [Service] Environment=TERM=linux -ExecStart=@sushell@ +ExecStart=/bin/bash Restart=always RestartSec=0 StandardInput=tty |
