diff options
| author | Simon Rettberg | 2020-09-23 13:19:09 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2020-09-23 13:19:09 +0200 |
| commit | 368579ee5498b5051cc32fe42df2caff2573fc74 (patch) | |
| tree | e67066b506e56fbfa6db634caa85fe72657ff5c0 /core/modules/dnbd3-proxy-mode/data | |
| parent | [idleaction] Disable screensaver in remoteaccess mode (diff) | |
| download | mltk-368579ee5498b5051cc32fe42df2caff2573fc74.tar.gz mltk-368579ee5498b5051cc32fe42df2caff2573fc74.tar.xz mltk-368579ee5498b5051cc32fe42df2caff2573fc74.zip | |
[*] Remove "export PATH..." -> DefaultEnvironment= in system.conf.d
Since we can set PATH for everything spawned by systemd, this
boilerplate code is not needed anymore. Makes future changes much
easier.
Diffstat (limited to 'core/modules/dnbd3-proxy-mode/data')
| -rwxr-xr-x | core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy b/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy index 9b645796..e094aa44 100755 --- a/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy +++ b/core/modules/dnbd3-proxy-mode/data/opt/openslx/scripts/systemd-dnbd3_proxy @@ -1,7 +1,5 @@ #!/bin/ash -export PATH="$PATH:/opt/openslx/sbin:/opt/openslx/bin" - ERRLOG="/run/dnbd3-proxy.err" if [ -s "$ERRLOG" ]; then |
