From cd22a6bac55afa4c634a7e40b2924cde9b97610b Mon Sep 17 00:00:00 2001 From: Marek Sebera Date: Thu, 10 Nov 2016 16:44:23 +0100 Subject: [PATCH] Made notify-arp-neighbours non-blocking - Speeds up computer startup (no waiting for interfaces to get up) - Does not block network join with arp discovery --- NeNe-discovery/notify-arp-neighbours | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeNe-discovery/notify-arp-neighbours b/NeNe-discovery/notify-arp-neighbours index bc6b74f..73801a3 100755 --- a/NeNe-discovery/notify-arp-neighbours +++ b/NeNe-discovery/notify-arp-neighbours @@ -1,4 +1,4 @@ #!/bin/bash -x #echo "START: $(date)" >> /tmp/nei -/usr/local/sbin/notify-arp-neighbours.sh +$(/usr/local/sbin/notify-arp-neighbours.sh) & #echo "STOP: $(date)" >> /tmp/nei