diff options
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/tools/systemd/data/debug-shell.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/tools/systemd/data/debug-shell.service b/remote/tools/systemd/data/debug-shell.service index 1e1a6b56..1270c099 100644 --- a/remote/tools/systemd/data/debug-shell.service +++ b/remote/tools/systemd/data/debug-shell.service @@ -13,7 +13,8 @@ IgnoreOnIsolate=yes [Service] Environment=TERM=linux -ExecStart=/bin/bash +EnvironmentPath=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/openslx/sbin:/openslx/bin +ExecStart=/bin/sh Restart=always RestartSec=0 StandardInput=tty |
