summaryrefslogtreecommitdiffstats
path: root/remote/modules/dhcpc-busybox
diff options
context:
space:
mode:
authorSimon Rettberg2014-01-16 14:31:49 +0100
committerSimon Rettberg2014-01-16 14:31:49 +0100
commit5493281f18e59d5b766ecb4bae13f7c75a117b55 (patch)
treee9f2aa69e559285c3938bfcaa1d2c8f73a939561 /remote/modules/dhcpc-busybox
parent[dhcpc-busybox] Minor refactoring, more sanity checks (diff)
downloadtm-scripts-5493281f18e59d5b766ecb4bae13f7c75a117b55.tar.gz
tm-scripts-5493281f18e59d5b766ecb4bae13f7c75a117b55.tar.xz
tm-scripts-5493281f18e59d5b766ecb4bae13f7c75a117b55.zip
[dhcp-busybox] Trigger network.target asynchronously
Diffstat (limited to 'remote/modules/dhcpc-busybox')
-rwxr-xr-xremote/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx b/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx
index aec7f0d6..fe2fa252 100755
--- a/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx
+++ b/remote/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx
@@ -162,7 +162,7 @@ case "$1" in
echo "SLX_DNS='$dns'" >> /opt/openslx/config
# Mark network target as reached
- systemctl start network.target
+ systemctl start network.target &
# Port redirection for printing
iptables -A INPUT -i br0 -p tcp --dport 515 -j DROP
iptables -A INPUT -i br0 -p tcp --dport 5515 -j DROP