mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-07 19:34:00 +02:00

- Speeds up computer startup (no waiting for interfaces to get up) - Does not block network join with arp discovery
4 lines
131 B
Bash
Executable file
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
|