BLIT/NeNe-discovery/notify-arp-neighbours
Marek Sebera cd22a6bac5
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
2016-11-10 16:44:32 +01:00

4 lines
131 B
Bash
Executable file

#!/bin/bash -x
#echo "START: $(date)" >> /tmp/nei
$(/usr/local/sbin/notify-arp-neighbours.sh) &
#echo "STOP: $(date)" >> /tmp/nei