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
This commit is contained in:
Marek Sebera 2016-11-10 16:44:23 +01:00
parent e72ca5cef9
commit cd22a6bac5
No known key found for this signature in database
GPG key ID: 014B9AA3EB9D854B

View file

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