summaryrefslogtreecommitdiffstats
path: root/core/modules/iptables-helper
diff options
context:
space:
mode:
authorSimon Rettberg2020-09-23 13:19:09 +0200
committerSimon Rettberg2020-09-23 13:19:09 +0200
commit368579ee5498b5051cc32fe42df2caff2573fc74 (patch)
treee67066b506e56fbfa6db634caa85fe72657ff5c0 /core/modules/iptables-helper
parent[idleaction] Disable screensaver in remoteaccess mode (diff)
downloadmltk-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/iptables-helper')
-rwxr-xr-xcore/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker b/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker
index 4bcf41f4..0c8277a2 100755
--- a/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker
+++ b/core/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker
@@ -6,8 +6,6 @@
#
# This scriptis triggered by inotifyd, see openslx-iptables_reloader.service
-export PATH="$PATH:/opt/openslx/sbin:/opt/openslx/bin"
-
ALL_RULES="/run/iptables-reloader.cache"
LOCK="/run/iptables-reloader.lock"
WAIT="/run/iptables-reloader.wait"