diff options
| author | Jonathan Bauer | 2014-04-15 14:24:27 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-15 14:24:27 +0200 |
| commit | 7dd1360869ac57ff4d1190adf615e5e9b339d312 (patch) | |
| tree | ec41b71bc1778eed997ec7e3cb4663542d31eddc /remote/modules/systemd/data | |
| parent | [systemd] little fix (diff) | |
| download | tm-scripts-7dd1360869ac57ff4d1190adf615e5e9b339d312.tar.gz tm-scripts-7dd1360869ac57ff4d1190adf615e5e9b339d312.tar.xz tm-scripts-7dd1360869ac57ff4d1190adf615e5e9b339d312.zip | |
[systemd] fix debug shell
Diffstat (limited to 'remote/modules/systemd/data')
| -rw-r--r-- | remote/modules/systemd/data/usr/lib/systemd/system/debug-shell.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/usr/lib/systemd/system/debug-shell.service b/remote/modules/systemd/data/usr/lib/systemd/system/debug-shell.service index 1942c987..4220d7c2 100644 --- a/remote/modules/systemd/data/usr/lib/systemd/system/debug-shell.service +++ b/remote/modules/systemd/data/usr/lib/systemd/system/debug-shell.service @@ -13,7 +13,7 @@ IgnoreOnIsolate=yes [Service] Environment=TERM=linux -ExecStart=/sbin/sushell +ExecStart=/bin/ash Restart=always RestartSec=0 StandardInput=tty |
