diff options
| author | Simon Rettberg | 2013-05-23 14:50:28 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-23 14:50:28 +0200 |
| commit | 8a696696a3b026aff9afabf75da5eb1b284e4be8 (patch) | |
| tree | e48281680930bf906263c5326fb3a1e52a13ee03 /remote/modules | |
| parent | tmp mount a-la openslx (diff) | |
| download | tm-scripts-8a696696a3b026aff9afabf75da5eb1b284e4be8.tar.gz tm-scripts-8a696696a3b026aff9afabf75da5eb1b284e4be8.tar.xz tm-scripts-8a696696a3b026aff9afabf75da5eb1b284e4be8.zip | |
fix PATH for debug shell
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/systemd/data/etc/systemd/system/debug-shell.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/debug-shell.service b/remote/modules/systemd/data/etc/systemd/system/debug-shell.service index f702064d..fedd138d 100644 --- a/remote/modules/systemd/data/etc/systemd/system/debug-shell.service +++ b/remote/modules/systemd/data/etc/systemd/system/debug-shell.service @@ -12,8 +12,7 @@ DefaultDependencies=no IgnoreOnIsolate=yes [Service] -Environment=TERM=linux -EnvironmentPath=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin:/opt/openslx/usr/sbin:/opt/openslx/usr/bin +Environment=TERM=linux PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin:/opt/openslx/usr/sbin:/opt/openslx/usr/bin ExecStart=/bin/sh Restart=always RestartSec=0 |
