summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-23 14:50:28 +0200
committerSimon Rettberg2013-05-23 14:50:28 +0200
commit8a696696a3b026aff9afabf75da5eb1b284e4be8 (patch)
treee48281680930bf906263c5326fb3a1e52a13ee03 /remote
parenttmp mount a-la openslx (diff)
downloadtm-scripts-8a696696a3b026aff9afabf75da5eb1b284e4be8.tar.gz
tm-scripts-8a696696a3b026aff9afabf75da5eb1b284e4be8.tar.xz
tm-scripts-8a696696a3b026aff9afabf75da5eb1b284e4be8.zip
fix PATH for debug shell
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/systemd/data/etc/systemd/system/debug-shell.service3
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