summaryrefslogtreecommitdiffstats
path: root/core/modules/iptables-helper
diff options
context:
space:
mode:
authorJonathan Bauer2019-01-07 13:18:01 +0100
committerJonathan Bauer2019-01-07 13:18:01 +0100
commitbd05e8d2067f4e69eac6ca332a8f94d8ab76ddb5 (patch)
tree2badfb10a0a6a4fb302a25b247547a576419baec /core/modules/iptables-helper
parent[networkd-dispatcher] fix crap reverted upstream (diff)
downloadmltk-bd05e8d2067f4e69eac6ca332a8f94d8ab76ddb5.tar.gz
mltk-bd05e8d2067f4e69eac6ca332a8f94d8ab76ddb5.tar.xz
mltk-bd05e8d2067f4e69eac6ca332a8f94d8ab76ddb5.zip
[iptables-helper] add busybox binaries to PATH
Diffstat (limited to 'core/modules/iptables-helper')
-rwxr-xr-xcore/modules/iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker2
1 files changed, 2 insertions, 0 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 0c8277a2..8d1e1122 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,6 +6,8 @@
#
# 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"