From bd05e8d2067f4e69eac6ca332a8f94d8ab76ddb5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 7 Jan 2019 13:18:01 +0100 Subject: [iptables-helper] add busybox binaries to PATH --- .../iptables-helper/data/opt/openslx/iptables/iptables-reloader-worker | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/modules') 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" -- cgit v1.2.3-55-g7522