Networking :: How to Detect Lost Network Connection
Appending the command with & in the shell means to background it. For example,
myprog &
See .xinitrc for more examples.
Thanks, modifying the line in bootlocal.sh to read:Code Sample |
/opt/mynet_connect.sh & |
...solved the problem.
original here.